opt: desktop connection page scrollbar
This commit is contained in:
parent
e42b543a42
commit
0bf63aaa33
@ -63,6 +63,7 @@ class _ConnectionPageState extends State<ConnectionPage>
|
|||||||
scrollController: _scrollController,
|
scrollController: _scrollController,
|
||||||
child: CustomScrollView(
|
child: CustomScrollView(
|
||||||
controller: _scrollController,
|
controller: _scrollController,
|
||||||
|
physics: NeverScrollableScrollPhysics(),
|
||||||
slivers: [
|
slivers: [
|
||||||
SliverList(
|
SliverList(
|
||||||
delegate: SliverChildListDelegate([
|
delegate: SliverChildListDelegate([
|
||||||
@ -72,7 +73,7 @@ class _ConnectionPageState extends State<ConnectionPage>
|
|||||||
],
|
],
|
||||||
).marginOnly(top: 22),
|
).marginOnly(top: 22),
|
||||||
SizedBox(height: 12),
|
SizedBox(height: 12),
|
||||||
Divider(),
|
Divider().paddingOnly(right: 12),
|
||||||
])),
|
])),
|
||||||
SliverFillRemaining(
|
SliverFillRemaining(
|
||||||
hasScrollBody: false,
|
hasScrollBody: false,
|
||||||
@ -97,10 +98,10 @@ class _ConnectionPageState extends State<ConnectionPage>
|
|||||||
menuPadding: EdgeInsets.only(left: 12.0, right: 3.0),
|
menuPadding: EdgeInsets.only(left: 12.0, right: 3.0),
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
),
|
).paddingOnly(right: 12.0),
|
||||||
)
|
)
|
||||||
],
|
],
|
||||||
).marginSymmetric(horizontal: 12.0),
|
).paddingOnly(left: 12.0),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
const Divider(),
|
const Divider(),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user