Create management portal in Flutter #39
This commit is contained in:
parent
6e8273f9bc
commit
e32233a936
@ -25,7 +25,7 @@ class _MyAppState extends State<MyApp> {
|
|||||||
@override
|
@override
|
||||||
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.50,
|
||||||
behavior: SnackBarBehavior.floating,
|
behavior: SnackBarBehavior.floating,
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user