remove comments
This commit is contained in:
parent
236e4d0a59
commit
74c9bea5ee
1 changed files with 2 additions and 20 deletions
|
|
@ -246,7 +246,7 @@ class _MihPersonalProfileState extends State<MihPersonalProfile> {
|
||||||
},
|
},
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
const SizedBox(height: 25.0),
|
// const SizedBox(height: 25.0),
|
||||||
Visibility(
|
Visibility(
|
||||||
visible: false,
|
visible: false,
|
||||||
child: MihTextFormField(
|
child: MihTextFormField(
|
||||||
|
|
@ -462,29 +462,11 @@ class _MihPersonalProfileState extends State<MihPersonalProfile> {
|
||||||
MzanziInnovationHub.of(context)!.theme.secondaryColor(),
|
MzanziInnovationHub.of(context)!.theme.secondaryColor(),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
// MihToggle(
|
|
||||||
// hintText: "Activate Business Account",
|
|
||||||
// initialPostion: businessUser,
|
|
||||||
// fillColor:
|
|
||||||
// MzanziInnovationHub.of(context)!.theme.secondaryColor(),
|
|
||||||
// secondaryFillColor:
|
|
||||||
// MzanziInnovationHub.of(context)!.theme.primaryColor(),
|
|
||||||
// onChange: (value) {
|
|
||||||
// setState(() {
|
|
||||||
// businessUser = value;
|
|
||||||
// });
|
|
||||||
// },
|
|
||||||
// ),
|
|
||||||
const SizedBox(height: 30.0),
|
const SizedBox(height: 30.0),
|
||||||
Center(
|
Center(
|
||||||
child: MihButton(
|
child: MihButton(
|
||||||
onPressed: () {
|
onPressed: () {
|
||||||
// //Add validation here
|
// Connect with the user
|
||||||
// if (_formKey.currentState!.validate()) {
|
|
||||||
// submitForm();
|
|
||||||
// } else {
|
|
||||||
// MihAlertServices().formNotFilledCompletely(context);
|
|
||||||
// }
|
|
||||||
},
|
},
|
||||||
buttonColor:
|
buttonColor:
|
||||||
MzanziInnovationHub.of(context)!.theme.successColor(),
|
MzanziInnovationHub.of(context)!.theme.successColor(),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue