switchSaveBeneficiaryValue property
State fields for stateful widgets in this component.
Implementation
// final formKey2 = GlobalKey<FormState>();
// final formKey3 = GlobalKey<FormState>();
// final formKey4 = GlobalKey<FormState>();
// final formKey1 = GlobalKey<FormState>();
// Stores action output result for [Bottom Sheet - billers] action in Row widget.
// dynamic airtimeBillersResponse;
// // State field(s) for airtimePhonenumber widget.
// TextEditingController? airtimePhonenumberController;
// String? Function(BuildContext, String?)?
// airtimePhonenumberControllerValidator;
// String? _airtimePhonenumberControllerValidator(
// BuildContext context, String? val) {
// if (val == null || val.isEmpty) {
// return 'Field is required';
// }
// return null;
// }
// State field(s) for SwitchSaveBeneficiary widget.
bool? switchSaveBeneficiaryValue;