This commit is contained in:
Adam Velebil 2023-09-22 11:59:05 +02:00
commit 41f57ec53d
No known key found for this signature in database
GPG Key ID: C9B1E4A3CBBD2E10

View File

@ -131,7 +131,9 @@ class AppPage extends StatelessWidget {
const SizedBox(width: 48),
],
),
NavigationContent(key: _navExpandedKey, extended: true),
Material(
type: MaterialType.transparency,
child: NavigationContent(key: _navExpandedKey, extended: true)),
],
),
),