Reduce minimum sidebar width
This commit is contained in:
parent
938733fcb8
commit
2af0330c55
@ -24,7 +24,7 @@ class AppShell extends StatefulWidget {
|
||||
}
|
||||
|
||||
class _AppShellState extends State<AppShell> {
|
||||
static const _sidebarMinWidth = 180.0;
|
||||
static const _sidebarMinWidth = 90.0;
|
||||
static const _sidebarMaxWidth = 320.0;
|
||||
double? _sidebarExpandedWidth;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user