Improved snackbars

This commit is contained in:
Juan Gilsanz Polo
2024-02-27 01:46:12 +01:00
parent 16d05880c9
commit 8a968be6e0
29 changed files with 588 additions and 627 deletions

View File

@@ -12,10 +12,10 @@ class Layout extends ConsumerWidget {
final Widget child;
const Layout({
Key? key,
super.key,
required this.state,
required this.child,
}) : super(key: key);
});
@override
Widget build(BuildContext context, WidgetRef ref) {