FormEasyValidator constructor

const FormEasyValidator({
  1. Key? key,
  2. EdgeInsets? padding,
  3. String? formtext,
  4. String? validator(
    1. String?
    )?,
  5. TextStyle? textStyle,
  6. TextInputType? keyboardType,
  7. IconData? icon,
  8. dynamic hinttext,
  9. bool showVisibilityToggle = false,
  10. IconData? suffixIcon,
  11. bool? readonly = false,
  12. TextCapitalization? textCapitalization,
  13. String? initialValue,
  14. TextEditingController? controller,
  15. Locale? appLoacle,
  16. void onChanged(
    1. String?
    )?,
  17. AutovalidateMode? autoVerify,
  18. String? customValidator(
    1. String?
    )?,
  19. Color? cursorcolor,
  20. String? labeltext,
})

Implementation

const FormEasyValidator(
    {super.key,
    this.padding,
    this.formtext,
    this.validator,
    this.textStyle,
    this.keyboardType,
    this.icon,
    this.hinttext,
    this.showVisibilityToggle = false,
    this.suffixIcon,
    this.readonly = false,
    this.textCapitalization,
    this.initialValue,
    this.controller,
    this.appLoacle,
    this.onChanged,
    this.autoVerify,
    this.customValidator,
    // this.context,
    this.cursorcolor,
    this.labeltext});