TLTextField constructor
const
TLTextField({
- Key? key,
- String? defaultValue,
- String? hintText,
- int? maxLength,
- TextStyle? style,
- TextStyle? hintStyle,
- TextAlign? textAlign,
- TextInputType? keyboardType,
- List<
TextInputFormatter> ? inputFormatters, - dynamic onChange()?,
- bool enable = true,
- dynamic onSubmit()?,
- FocusNode? focusNode,
- EdgeInsetsGeometry? contentPadding,
- InputBorder? border,
- InputBorder? enableBorder,
- InputBorder? disableBorder,
- InputBorder? focusBorder,
- dynamic onDispose()?,
- dynamic onFocusChange()?,
- InputDecoration? inputDecoration,
Implementation
const TLTextField({
Key? key,
this.defaultValue,
this.hintText,
this.maxLength,
this.style,
this.hintStyle,
this.textAlign,
this.keyboardType,
this.inputFormatters,
this.onChange,
this.enable = true,
this.onSubmit,
this.focusNode,
this.contentPadding,
this.border,
this.enableBorder,
this.disableBorder,
this.focusBorder,
this.onDispose,
this.onFocusChange,
this.inputDecoration,
}) : super(key: key);