1
0
mirror of https://gitlab.com/comunic/comunicmobile synced 2025-06-21 09:15:17 +00:00

Fix a few notices

This commit is contained in:
2022-03-11 16:40:56 +01:00
parent 45e8f34c81
commit adbc036c16
35 changed files with 73 additions and 159 deletions

View File

@ -13,8 +13,7 @@ class ConfirmDialogButton<T> extends StatelessWidget {
Key? key,
this.enabled = true,
required this.value,
}) : assert(enabled != null),
super(key: key);
}) : super(key: key);
@override
Widget build(BuildContext context) {