SeniorPinCodeFieldThemeData class

Constructors

SeniorPinCodeFieldThemeData({SeniorPinCodeFieldStyle? style})
Theme definitions for the SeniorPinCodeField component.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
style SeniorPinCodeFieldStyle?
The style definitions for the component. Allows you to configure: SeniorPinCodeFieldStyle.defaultBorderColor 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. SeniorPinCodeFieldStyle.disabledDefaultBorderColor the default color for the border color. The color displayed when the field has no content and is disabled. SeniorPinCodeFieldStyle.disabledHasTextBorderColor the border color for when the field has content and is disabled. SeniorPinCodeFieldStyle.disabledPinBoxColor the field text color for when it is disabled. SeniorPinCodeFieldStyle.disabledPinTextColor the field's background color for when it is disabled. SeniorPinCodeFieldStyle.errorBorderColor the border color for fields that are in an error state. SeniorPinCodeFieldStyle.hasTextBorderColor the border color for when the field has content. SeniorPinCodeFieldStyle.highlightColor the border color for when the field is in focus. SeniorPinCodeFieldStyle.pinBoxColor the field's background color. SeniorPinCodeFieldStyle.pinTextColor the text color of the field.
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