TenInputAutoShowClear constructor
const
TenInputAutoShowClear({
- required void onChanged(),
- void onSubmitted()?,
- Widget? titleWidget,
- double borderRadius = 12.0,
- String? errorText,
- String? hintText,
- bool showCharCount = false,
- bool autoSetState = false,
- int? maxLength,
- TextEditingController? controller,
- void onChangeFocus()?,
- TextInputType? keyboardType,
- bool autofocus = false,
- Widget? prefix,
- Widget? suffix,
- Key? key,
Implementation
const TenInputAutoShowClear(
{required this.onChanged,
this.onSubmitted,
this.titleWidget,
this.borderRadius = 12.0,
this.errorText,
this.hintText,
this.showCharCount = false,
this.autoSetState = false,
this.maxLength,
this.controller,
this.onChangeFocus,
this.keyboardType,
this.autofocus = false,
this.prefix,
this.suffix,
super.key});