TLTextFieldStyle constructor
const
TLTextFieldStyle({
- TextStyle? style,
- InputDecoration? decoration,
- List<
TextInputFormatter> ? inputFormatters, - bool? enabled,
- bool readOnly = false,
- TextInputType? keyboardType,
- TextInputAction? textInputAction,
- int? maxLines,
- int? minLines,
- int? maxLength,
- MaxLengthEnforcement? maxLengthEnforcement,
- bool? showCursor,
- double cursorWidth = 2,
- double? cursorHeight,
- Radius? cursorRadius,
- Color? cursorColor,
Implementation
const TLTextFieldStyle({
this.style,
this.decoration,
this.inputFormatters,
this.enabled,
this.readOnly = false,
this.keyboardType,
this.textInputAction,
this.maxLines,
this.minLines,
this.maxLength,
this.maxLengthEnforcement,
this.showCursor,
this.cursorWidth = 2,
this.cursorHeight,
this.cursorRadius,
this.cursorColor,
});