cor e desabilitar edição dos campos
This commit is contained in:
@@ -258,7 +258,7 @@ class _RegisterIndividualScreenState extends State<RegisterIndividualScreen> {
|
||||
widthInput: width*0.7,
|
||||
widthSubtitle: width*0.2,
|
||||
hintInput: 'Escreva aqui',
|
||||
enable: enableSpouse,
|
||||
enabled: enableSpouse,
|
||||
onChanged: (v)=>setState((){}),
|
||||
),
|
||||
DropdownWithSubtitle(
|
||||
@@ -283,7 +283,7 @@ class _RegisterIndividualScreenState extends State<RegisterIndividualScreen> {
|
||||
widthInput: width*0.7,
|
||||
widthSubtitle: width*0.2,
|
||||
hintInput: 'Escreva aqui',
|
||||
enable: enableSpouse,
|
||||
enabled: enableSpouse,
|
||||
onChanged: (v)=>setState((){}),
|
||||
),
|
||||
InputWithSubtitle(
|
||||
@@ -294,7 +294,7 @@ class _RegisterIndividualScreenState extends State<RegisterIndividualScreen> {
|
||||
widthInput: width*0.7,
|
||||
widthSubtitle: width*0.2,
|
||||
hintInput: 'Escreva aqui',
|
||||
enable: enableSpouse,
|
||||
enabled: enableSpouse,
|
||||
onChanged: (v)=>setState((){}),
|
||||
),
|
||||
InputWithSubtitle(
|
||||
@@ -305,7 +305,7 @@ class _RegisterIndividualScreenState extends State<RegisterIndividualScreen> {
|
||||
widthInput: width*0.7,
|
||||
widthSubtitle: width*0.2,
|
||||
hintInput: 'Escreva aqui',
|
||||
enable: enableSpouse,
|
||||
enabled: enableSpouse,
|
||||
onChanged: (v)=>setState((){}),
|
||||
),
|
||||
InputWithSubtitle(
|
||||
@@ -316,7 +316,7 @@ class _RegisterIndividualScreenState extends State<RegisterIndividualScreen> {
|
||||
widthInput: width*0.7,
|
||||
widthSubtitle: width*0.2,
|
||||
hintInput: 'Escreva aqui',
|
||||
enable: enableSpouse,
|
||||
enabled: enableSpouse,
|
||||
onChanged: (v)=>setState((){}),
|
||||
),
|
||||
DropdownWithSubtitle(
|
||||
@@ -448,7 +448,7 @@ class _RegisterIndividualScreenState extends State<RegisterIndividualScreen> {
|
||||
widthInput: width*0.7,
|
||||
widthSubtitle: width*0.2,
|
||||
hintInput: 'Escreva aqui',
|
||||
enable: enableSpouse,
|
||||
enabled: enableSpouse,
|
||||
onChanged: (v)=>setState((){}),
|
||||
),
|
||||
DropdownWithSubtitle(
|
||||
@@ -569,7 +569,7 @@ class _RegisterIndividualScreenState extends State<RegisterIndividualScreen> {
|
||||
widthInput: width*0.7,
|
||||
widthSubtitle: width*0.2,
|
||||
hintInput: 'Escreva aqui',
|
||||
enable: enableSpouse,
|
||||
enabled: enableSpouse,
|
||||
onChanged: (v)=>setState((){}),
|
||||
),
|
||||
SwitchWithSubtitle(
|
||||
@@ -631,7 +631,7 @@ class _RegisterIndividualScreenState extends State<RegisterIndividualScreen> {
|
||||
widthInput: width*0.7,
|
||||
widthSubtitle: width*0.7,
|
||||
hintInput: 'Escreva aqui',
|
||||
enable: false,
|
||||
enabled: false,
|
||||
onChanged: (v)=>setState((){}),
|
||||
),
|
||||
DropdownWithSubtitle(
|
||||
@@ -800,7 +800,7 @@ class _RegisterIndividualScreenState extends State<RegisterIndividualScreen> {
|
||||
widthInput: width*0.7,
|
||||
widthSubtitle: width*0.7,
|
||||
hintInput: 'Escreva aqui',
|
||||
enable: false,
|
||||
enabled: false,
|
||||
onChanged: (v)=>setState((){}),
|
||||
),
|
||||
DropdownWithSubtitle(
|
||||
@@ -911,7 +911,7 @@ class _RegisterIndividualScreenState extends State<RegisterIndividualScreen> {
|
||||
widthInput: width*0.7,
|
||||
widthSubtitle: width*0.7,
|
||||
hintInput: 'Escreva aqui',
|
||||
enable: false,
|
||||
enabled: false,
|
||||
onChanged: (v)=>setState((){}),
|
||||
),
|
||||
InputWithSubtitle(
|
||||
@@ -922,7 +922,7 @@ class _RegisterIndividualScreenState extends State<RegisterIndividualScreen> {
|
||||
widthInput: width*0.7,
|
||||
widthSubtitle: width*0.7,
|
||||
hintInput: 'Escreva aqui',
|
||||
enable: false,
|
||||
enabled: false,
|
||||
onChanged: (v)=>setState((){}),
|
||||
),
|
||||
],
|
||||
@@ -988,7 +988,7 @@ class _RegisterIndividualScreenState extends State<RegisterIndividualScreen> {
|
||||
widthInput: width*0.7,
|
||||
widthSubtitle: width*0.7,
|
||||
hintInput: 'Escreva aqui',
|
||||
enable: false,
|
||||
enabled: false,
|
||||
onChanged: (v)=>setState((){}),
|
||||
),
|
||||
SwitchWithSubtitle(
|
||||
@@ -1038,7 +1038,7 @@ class _RegisterIndividualScreenState extends State<RegisterIndividualScreen> {
|
||||
widthInput: width*0.7,
|
||||
widthSubtitle: width*0.7,
|
||||
hintInput: 'Escreva aqui',
|
||||
enable: false,
|
||||
enabled: false,
|
||||
onChanged: (v)=>setState((){}),
|
||||
),
|
||||
DropdownWithSubtitle(
|
||||
@@ -1197,7 +1197,7 @@ class _RegisterIndividualScreenState extends State<RegisterIndividualScreen> {
|
||||
widthInput: width*0.7,
|
||||
widthSubtitle: width*0.7,
|
||||
hintInput: 'Escreva aqui',
|
||||
enable: false,
|
||||
enabled: false,
|
||||
onChanged: (v)=>setState((){}),
|
||||
),
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user