cor e desabilitar edição dos campos
This commit is contained in:
@@ -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((){}),
|
||||
),
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user