We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11a5173 commit 850f704Copy full SHA for 850f704
lib/app/view/app_shell.dart
@@ -77,7 +77,9 @@ class AppShell extends StatelessWidget {
77
),
78
trailingNavRail: Builder(
79
builder: (context) {
80
- final isExtended = Breakpoints.mediumLarge.isActive(context);
+ final isExtended =
81
+ Breakpoints.mediumLarge.isActive(context) ||
82
+ Breakpoints.small.isActive(context);
83
return Expanded(
84
child: Padding(
85
padding: const EdgeInsets.only(bottom: AppSpacing.lg),
0 commit comments