OtpPinFieldStyle class

Constructors

OtpPinFieldStyle({TextStyle textStyle = const TextStyle(fontSize: 18.0, color: Colors.black), Color activeFieldBorderColor = Colors.black, Color defaultFieldBorderColor = Colors.black45, Color activeFieldBackgroundColor = Colors.transparent, Color defaultFieldBackgroundColor = Colors.transparent, Color filledFieldBackgroundColor = Colors.transparent, Color filledFieldBorderColor = Colors.transparent, double fieldPadding = 10.0, double fieldBorderRadius = 2.0, double fieldBorderWidth = 2.0})
const

Properties

activeFieldBackgroundColor Color
final
activeFieldBorderColor Color
final
defaultFieldBackgroundColor Color
final
defaultFieldBorderColor Color
final
fieldBorderRadius double
final
fieldBorderWidth double
final
fieldPadding double
final
filledFieldBackgroundColor Color
final
filledFieldBorderColor Color
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
textStyle TextStyle
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