1
0
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:
Andrew Brogdon
2019-07-01 10:26:50 -07:00
committed by GitHub
parent 2ec8cc3684
commit 4646f0fc8e
13 changed files with 65 additions and 42 deletions

View File

@@ -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;