SeniorTextFieldStyle class

Constructors

SeniorTextFieldStyle({Color? borderColor, Color? counterColor, Color? errorColor, Color? fillColor, Color? focusColor, Color? hintTextColor, Color? iconColor, Color? textColor, Color? helperTextColor})
Style definitions for the SeniorTextField component.
const

Properties

borderColor Color?
Defines the color of the field border. When it's focused the border color is focusColor.
final
counterColor Color?
Defines the color of the text field's character counter.
final
errorColor Color?
Defines the color of error state.
final
fillColor Color?
Defines the fill color.
final
focusColor Color?
Defines the color of elements when they have focus.
final
hashCode int
The hash code for this object.
no setterinherited
helperTextColor Color?
Defines the helper text color.
final
hintTextColor Color?
Defines the hint text color.
final
iconColor Color?
Defines the color of text field icons.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
textColor Color?
Defines the color of the text.
final

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