We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 196aecf commit 6000189Copy full SHA for 6000189
lib/src/theme.dart
@@ -516,7 +516,7 @@ SnackBarThemeData _snackBarThemeData(ColorScheme colorScheme) {
516
}
517
518
bool get isMobile =>
519
- !kIsWeb && Platform.isAndroid || Platform.isIOS || Platform.isFuchsia;
+ !kIsWeb && (Platform.isAndroid || Platform.isIOS || Platform.isFuchsia);
520
521
bool get isDesktop =>
522
!kIsWeb && (Platform.isLinux || Platform.isMacOS || Platform.isWindows);
0 commit comments