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:
@ -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) {
|
||||
|
Reference in New Issue
Block a user