Remove lagging issue in expanded NavigationContent

This commit is contained in:
Elias Bonnici 2024-03-15 09:38:00 +01:00
parent fe4160baa5
commit 55d95e92be
No known key found for this signature in database
GPG Key ID: 5EAC28EA3F980CCF

View File

@ -449,12 +449,15 @@ class _AppPageState extends ConsumerState<AppPage> {
controller: _navController,
targetKey: _navExpandedKey,
child: SingleChildScrollView(
child: Material(
type: MaterialType.transparency,
child: NavigationContent(
key: _navExpandedKey,
shouldPop: false,
extended: true,
),
),
),
)),
const SizedBox(width: 8),
Expanded(