mirror of
https://github.com/gabehf/Fladder.git
synced 2026-03-14 17:55:58 -07:00
[Bugfix] Properly show FAB in ScreenLayout.dual
This commit is contained in:
parent
aaa6a737cb
commit
c4f33e5039
3 changed files with 3 additions and 12 deletions
|
|
@ -139,7 +139,7 @@ class _NavigationBodyState extends ConsumerState<NavigationBody> {
|
|||
},
|
||||
icon: const Icon(IconsaxBold.menu),
|
||||
),
|
||||
if (AdaptiveLayout.of(context).isDesktop) ...[
|
||||
if (AdaptiveLayout.of(context).size == ScreenLayout.dual) ...[
|
||||
const SizedBox(height: 8),
|
||||
AnimatedFadeSize(
|
||||
child: AnimatedSwitcher(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue