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 55faf37 commit 34138abCopy full SHA for 34138ab
lib/app/view/app_shell.dart
@@ -78,7 +78,7 @@ class AppShell extends StatelessWidget {
78
trailingNavRail: Builder(
79
builder: (context) {
80
final isExtended =
81
- Breakpoints.mediumLarge.isActive(context) ||
+ Breakpoints.mediumLargeAndUp.isActive(context) ||
82
Breakpoints.small.isActive(context);
83
return Expanded(
84
child: Padding(
0 commit comments