Create management portal in Flutter #39
This commit is contained in:
@@ -25,7 +25,7 @@ class _MyAppState extends State<MyApp> {
|
||||
@override
|
||||
Widget build(context) {
|
||||
final snackBarTheme = SnackBarThemeData(
|
||||
width: MediaQuery.of(context).size.width * 0.60,
|
||||
width: MediaQuery.of(context).size.width * 0.50,
|
||||
behavior: SnackBarBehavior.floating,
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user