Create management portal in Flutter #39

This commit is contained in:
Scott E. Graves 2025-03-14 15:45:07 -05:00
parent 6e8273f9bc
commit e32233a936

View File

@ -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,
);