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