TelTextFieldConfiguration class

Constructors

TelTextFieldConfiguration({TextStyle? textStyle, TextStyle? hintStyle, TextStyle? labelStyle, TextStyle? errorStyle, TextStyle? prefixStyle, TextStyle? counterStyle, TextStyle? suffixStyle, InputBorder? border, InputBorder? focusedBorder, bool? enableLabel, bool? filled, Color? fillColor, Color? suffixIconColor, Color? cursorColor, EdgeInsets? contentPadding, FloatingLabelBehavior? floatingLabelBehavior})

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
setBorder ← dynamic
no getter
setEnableLabel ← dynamic
no getter
setHintStyle ← dynamic
no getter
setStrutStyle ← dynamic
no getter
setTextDirection ← dynamic
no getter
setTextStyle ← dynamic
no getter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setConfiguration({TextStyle? textStyle, TextStyle? hintStyle, TextStyle? labelStyle, TextStyle? errorStyle, TextStyle? prefixStyle, TextStyle? counterStyle, TextStyle? suffixStyle, InputBorder? border, InputBorder? focusedBorder, bool? enableLabel, bool? filled, Color? fillColor, Color? cursorColor, Color? suffixIconColor, EdgeInsets? contentPadding, FloatingLabelBehavior? floatingLabelBehavior}) TextFieldConfiguration
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited