Base user workflow (create/update)
This commit is contained in:
parent
eb5d3e2b70
commit
45be2c80ff
8 changed files with 528 additions and 17 deletions
|
|
@ -47,7 +47,7 @@ class _CreateTableItemBottomSheetState
|
|||
formKey: _formKey,
|
||||
children: [
|
||||
Text(
|
||||
"Create new item",
|
||||
widget.existingItem == null ? "Create new item" : "Update item",
|
||||
style: Theme.of(context).textTheme.headlineSmall,
|
||||
),
|
||||
const SizedBox(height: 16),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue