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:40:56 +01:00
parent 45e8f34c81
commit adbc036c16
35 changed files with 73 additions and 159 deletions

View File

@ -22,10 +22,7 @@ class MultiChoicesSettingsTile<T> extends SettingsTile {
required this.onChanged,
this.leading,
this.trailing,
}) : assert(title != null),
assert(choices != null),
assert(currentValue != null),
assert(onChanged != null);
}) : assert(currentValue != null);
@override
Widget build(BuildContext context) {