feito o cadastro do cidadão
This commit is contained in:
@@ -101,6 +101,7 @@ class _ServiceHomeScreenState extends State<ServiceHomeScreen> {
|
||||
widthSubtitle: width*0.7,
|
||||
hintInput: 'Escreva aqui',
|
||||
enable: false,
|
||||
onChanged: (v)=>setState((){}),
|
||||
),
|
||||
InputWithSubtitle(
|
||||
controller: unitController,
|
||||
@@ -111,6 +112,7 @@ class _ServiceHomeScreenState extends State<ServiceHomeScreen> {
|
||||
widthSubtitle: width*0.7,
|
||||
hintInput: 'Escreva aqui',
|
||||
enable: false,
|
||||
onChanged: (v)=>setState((){}),
|
||||
),
|
||||
DropdownWithSubtitle(
|
||||
list: [],
|
||||
|
||||
Reference in New Issue
Block a user