Removed Steam Source (existing apps auto-switched to HTML) (#1244) + bugfixes

This commit is contained in:
Imran Remtulla
2024-01-06 23:37:27 -05:00
parent 06a761c0d0
commit 09b24b36f2
4 changed files with 27 additions and 8 deletions

View File

@ -123,7 +123,7 @@ class GeneratedFormSubForm extends GeneratedFormItem {
final List<List<GeneratedFormItem>> items;
GeneratedFormSubForm(super.key, this.items,
{super.label, super.belowWidgets, super.defaultValue});
{super.label, super.belowWidgets, super.defaultValue = const []});
@override
ensureType(val) {