RehaculTextField constructor
const
RehaculTextField(- {Key? key,
- bool isDecimal = false,
- String? hintText,
- String? labelText,
- String? errorText,
- String? initialValue,
- String? suffixText,
- Icon? suffixIcon,
- TextEditingController? controller,
- List<TextInputFormatter>? inputFormatters,
- ValueChanged<String>? onChanged,
- FormFieldValidator<String>? validator}
)
Implementation
const RehaculTextField({
super.key,
this.isDecimal = false,
this.hintText,
this.labelText,
this.errorText,
this.initialValue,
this.suffixText,
this.suffixIcon,
this.controller,
this.inputFormatters,
this.onChanged,
this.validator,
});