ModernFormFakeTextField constructor

ModernFormFakeTextField({
  1. void onChanged(
    1. String
    )?,
  2. String? label,
  3. String? labelTextHelper,
  4. TextStyle textStyle(
    1. TextStyle
    )?,
  5. TextStyle labelStyle(
    1. TextStyle
    )?,
  6. Icon? prefixIcon,
  7. String? initialValue,
  8. void onTap()?,
  9. bool sufixIconEnabled = true,
  10. bool? enabled = true,
  11. Widget? child,
  12. bool? isEmpty,
  13. String? validator(
    1. dynamic
    )?,
  14. InputDecoration decoration(
    1. InputDecoration
    )?,
  15. TextStyle errorStyle(
    1. TextStyle
    )?,
  16. Widget? suffixIcon,
  17. String? helperText,
})

Implementation

ModernFormFakeTextField({
  this.onChanged,
  this.label,
  this.labelTextHelper,
  this.textStyle,
  this.labelStyle,
  this.prefixIcon,
  this.initialValue,
  this.onTap,
  this.sufixIconEnabled = true,
  this.enabled = true,
  this.child,
  this.isEmpty,
  this.validator,
  this.decoration,
  this.errorStyle,
  this.suffixIcon,
  this.helperText,
});