set sidebar width to infinity
This commit is contained in:
parent
15c057707f
commit
0a9b71230b
1 changed files with 1 additions and 1 deletions
|
|
@ -206,7 +206,7 @@ class Sidebar extends HookConsumerWidget {
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
child: NavigationRailM3E(
|
child: NavigationRailM3E(
|
||||||
expandedWidth: 360,
|
expandedWidth: double.infinity,
|
||||||
scrollable: true,
|
scrollable: true,
|
||||||
background: Colors.transparent,
|
background: Colors.transparent,
|
||||||
type: .alwaysExpand,
|
type: .alwaysExpand,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue