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

Fix a few notices

This commit is contained in:
2022-03-11 17:09:37 +01:00
parent 0f9a59b4a7
commit 41446f0e5b
22 changed files with 36 additions and 139 deletions

View File

@ -8,7 +8,7 @@ class MenuTile extends StatelessWidget {
final String title;
final GestureTapCallback? onTap;
const MenuTile({required this.title, this.onTap}) : assert(title != null);
const MenuTile({required this.title, this.onTap});
@override
Widget build(BuildContext context) {