Updated version, standardized quotes, deleted test_page

This commit is contained in:
Imran Remtulla
2022-09-25 00:21:41 -04:00
parent f58d26524c
commit 9a4b0301be
10 changed files with 41 additions and 97 deletions

View File

@@ -9,7 +9,7 @@ class GeneratedFormModal extends StatefulWidget {
required this.items,
required this.defaultValues,
this.initValid = false,
this.message = ""});
this.message = ''});
final String title;
final String message;
@@ -40,7 +40,7 @@ class _GeneratedFormModalState extends State<GeneratedFormModal> {
Column(crossAxisAlignment: CrossAxisAlignment.stretch, children: [
if (widget.message.isNotEmpty) Text(widget.message),
if (widget.message.isNotEmpty)
SizedBox(
const SizedBox(
height: 16,
),
GeneratedForm(