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})
-
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