Create management portal in Flutter #39

This commit is contained in:
Scott E. Graves 2025-03-14 15:43:33 -05:00
parent 863e316b8a
commit 6e8273f9bc

View File

@ -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(