SeniorPinCodeFieldStyle class

Constructors

SeniorPinCodeFieldStyle({Color? defaultBorderColor, Color? disabledDefaultBorderColor, Color? disabledPinBoxColor, Color? disabledPinTextColor, Color? errorBorderColor, Color? hasTextBorderColor, Color? highlightColor, Color? pinBoxColor, Color? pinTextColor})
Style definitions for the SeniorPinCodeField component.
const

Properties

defaultBorderColor Color?
Defines the default color for the border color. The color displayed when the field is not in focus, has no content, or in an no-error state.
final
disabledDefaultBorderColor Color?
Defines the default color for the border color. The color displayed when the field has no content and is disabled.
final
disabledPinBoxColor Color?
Defines the field's background color for when it is disabled.
final
disabledPinTextColor Color?
Defines the field text color for when it is disabled.
final
errorBorderColor Color?
Defines the border color for fields that are in an error state.
final
hashCode int
The hash code for this object.
no setterinherited
hasTextBorderColor Color?
Defines the border color for when the field has content.
final
highlightColor Color?
Defines the border color for when the field is in focus.
final
pinBoxColor Color?
Defines the field's background color.
final
pinTextColor Color?
Defines the text color of the field.
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