UITextFieldDefaults class

Inheritance

Constructors

UITextFieldDefaults({double? borderRadius, UIBorderType? borderType, Color? borderColor, Color? focusBorderColor, Color? errorBorderColor, double? borderWidth, Color? hintColor, double? padding, Color? bgColor, Color? labelColor})

Properties

bgColor Color?
Set the input's background color
final
borderColor Color?
Set the input's border color
final
borderRadius double?
Set the input's border radius
final
borderType UIBorderType?
Set the input's border type UIBorderType
final
borderWidth double?
Set the input's border width
final
errorBorderColor Color?
Set the input's ERROR border color
final
focusBorderColor Color?
Set the input's FOCUS border color
final
hashCode int
The hash code for this object.
no setterinherited
hintColor Color?
Set the input's hint color
final
labelColor Color?
Set the input's label color
final
padding double?
Set the input's inner padding
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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