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(
|
return Row(
|
||||||
mainAxisSize: MainAxisSize.max,
|
mainAxisSize: MainAxisSize.max,
|
||||||
children: [
|
children: [
|
||||||
Container(
|
SafeArea(
|
||||||
|
right: false,
|
||||||
|
child: Container(
|
||||||
constraints: const BoxConstraints(
|
constraints: const BoxConstraints(
|
||||||
minWidth: 400,
|
minWidth: 400,
|
||||||
maxWidth: 400,
|
maxWidth: 400,
|
||||||
|
@ -269,6 +271,7 @@ class TrainInfoBodyCupertino extends TrainInfoBodyShared {
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
),
|
||||||
Expanded(
|
Expanded(
|
||||||
child: NestedScrollView(
|
child: NestedScrollView(
|
||||||
headerSliverBuilder: (context, innerBoxIsScrolled) {
|
headerSliverBuilder: (context, innerBoxIsScrolled) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue