customers
This commit is contained in:
@@ -91,6 +91,7 @@ class _CustomerFormState extends State<CustomerForm> {
|
||||
const SizedBox(height: 20),
|
||||
FluxTextField(
|
||||
label: 'Nome Completo',
|
||||
autoFocus: true,
|
||||
icon: Icons.person_outline,
|
||||
controller: _nomeController,
|
||||
),
|
||||
@@ -112,6 +113,7 @@ class _CustomerFormState extends State<CustomerForm> {
|
||||
label: 'Note',
|
||||
icon: Icons.notes_outlined,
|
||||
controller: _noteController,
|
||||
minLines: 3,
|
||||
),
|
||||
const SizedBox(height: 8),
|
||||
SwitchListTile(
|
||||
|
||||
Reference in New Issue
Block a user