OtpFieldStyle class

Constructors

OtpFieldStyle({Color backgroundColor = Colors.transparent, Color borderColor = Colors.black26, Color focusBorderColor = Colors.blue, Color disabledBorderColor = Colors.grey, Color enabledBorderColor = Colors.black26, Color errorBorderColor = Colors.red})

Properties

backgroundColor Color
The background color for outlined box.
final
borderColor Color
The border color text field.
final
disabledBorderColor Color
The border color of text field when disabled.
final
enabledBorderColor Color
The border color of text field when in focus.
final
errorBorderColor Color
The border color of text field when disabled.
final
focusBorderColor Color
The border color of text field when in focus.
final
hashCode int
The hash code for this object.
no setterinherited
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