1
0
mirror of https://gitlab.com/comunic/comunicmobile synced 2025-06-20 16:55:17 +00:00

Fix a few notices

This commit is contained in:
2022-03-11 16:27:01 +01:00
parent 5398970868
commit 06312512a6
15 changed files with 19 additions and 52 deletions

View File

@ -207,12 +207,7 @@ class _MembershipButton extends StatelessWidget {
required this.onTap,
required this.color,
required this.icon,
}) : assert(user != null),
assert(action != null),
assert(onTap != null),
assert(color != null),
assert(icon != null),
super(key: key);
}) : super(key: key);
@override
Widget build(BuildContext context) => ElevatedButton(