cor e desabilitar edição dos campos

This commit is contained in:
Reginaldo
2023-04-20 15:37:39 -03:00
parent 348893eef7
commit a2869661b6
10 changed files with 123 additions and 89 deletions

View File

@@ -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(