Create management portal in Flutter #39
This commit is contained in:
parent
863e316b8a
commit
6e8273f9bc
@ -26,6 +26,7 @@ class _MyAppState extends State<MyApp> {
|
|||||||
Widget build(context) {
|
Widget build(context) {
|
||||||
final snackBarTheme = SnackBarThemeData(
|
final snackBarTheme = SnackBarThemeData(
|
||||||
width: MediaQuery.of(context).size.width * 0.60,
|
width: MediaQuery.of(context).size.width * 0.60,
|
||||||
|
behavior: SnackBarBehavior.floating,
|
||||||
);
|
);
|
||||||
|
|
||||||
return MaterialApp(
|
return MaterialApp(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user