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(

View File

@@ -287,7 +287,7 @@ class _ServiceIndividualScreenState extends State<ServiceIndividualScreen> {
widthInput: width*0.7,
controller: userResponsibleRegisterController,
colorBorder: ColorPalette.white,
enable: false,
enabled: false,
onChanged: (v)=>setState((){}),
),
InputWithSubtitle(
@@ -299,7 +299,7 @@ class _ServiceIndividualScreenState extends State<ServiceIndividualScreen> {
widthInput: width*0.7,
controller: userUnitController,
colorBorder: ColorPalette.white,
enable: false,
enabled: false,
onChanged: (v)=>setState((){}),
),
DropdownWithSubtitle(
@@ -360,7 +360,7 @@ class _ServiceIndividualScreenState extends State<ServiceIndividualScreen> {
widthInput: width*0.7,
controller: dumController,
colorBorder: ColorPalette.white,
enable: false,
enabled: false,
onChanged: (v)=>setState((){}),
),
SwitchWithSubtitle(
@@ -378,7 +378,7 @@ class _ServiceIndividualScreenState extends State<ServiceIndividualScreen> {
widthInput: width*0.7,
controller: oldPregnancyController,
colorBorder: ColorPalette.white,
enable: false,
enabled: false,
onChanged: (v)=>setState((){}),
),
InputWithSubtitle(
@@ -390,7 +390,7 @@ class _ServiceIndividualScreenState extends State<ServiceIndividualScreen> {
widthInput: width*0.7,
controller: childBirthsController,
colorBorder: ColorPalette.white,
enable: false,
enabled: false,
onChanged: (v)=>setState((){}),
),
],