cor e desabilitar edição dos campos
This commit is contained in:
@@ -100,7 +100,7 @@ class _ServiceHomeScreenState extends State<ServiceHomeScreen> {
|
||||
widthInput: width*0.7,
|
||||
widthSubtitle: width*0.7,
|
||||
hintInput: 'Escreva aqui',
|
||||
enable: false,
|
||||
enabled: false,
|
||||
onChanged: (v)=>setState((){}),
|
||||
),
|
||||
InputWithSubtitle(
|
||||
@@ -111,7 +111,7 @@ class _ServiceHomeScreenState extends State<ServiceHomeScreen> {
|
||||
widthInput: width*0.7,
|
||||
widthSubtitle: width*0.7,
|
||||
hintInput: 'Escreva aqui',
|
||||
enable: false,
|
||||
enabled: false,
|
||||
onChanged: (v)=>setState((){}),
|
||||
),
|
||||
DropdownWithSubtitle(
|
||||
|
||||
Reference in New Issue
Block a user