mirror of
https://github.com/flutter/samples.git
synced 2026-05-03 13:26:06 +00:00
Adds analysis options to Veggie Seasons (#98)
This commit is contained in:
@@ -69,7 +69,7 @@ class SettingsGroup extends StatelessWidget {
|
||||
this.header,
|
||||
this.footer,
|
||||
}) : assert(items != null),
|
||||
assert(items.length > 0);
|
||||
assert(items.isNotEmpty);
|
||||
|
||||
final List<SettingsItem> items;
|
||||
final Widget header;
|
||||
|
||||
Reference in New Issue
Block a user