Fix Cupertino split screen UI
This commit is contained in:
parent
1e4ca0c61b
commit
0f39a30921
1 changed files with 52 additions and 49 deletions
|
@ -214,7 +214,9 @@ class TrainInfoBodyCupertino extends TrainInfoBodyShared {
|
|||
return Row(
|
||||
mainAxisSize: MainAxisSize.max,
|
||||
children: [
|
||||
Container(
|
||||
SafeArea(
|
||||
right: false,
|
||||
child: Container(
|
||||
constraints: const BoxConstraints(
|
||||
minWidth: 400,
|
||||
maxWidth: 400,
|
||||
|
@ -269,6 +271,7 @@ class TrainInfoBodyCupertino extends TrainInfoBodyShared {
|
|||
],
|
||||
),
|
||||
),
|
||||
),
|
||||
Expanded(
|
||||
child: NestedScrollView(
|
||||
headerSliverBuilder: (context, innerBoxIsScrolled) {
|
||||
|
|
Loading…
Add table
Reference in a new issue