PinDotStyle class

Constructors

PinDotStyle({double size = 16, double spacing = 10, required Color filledColor, required Color emptyColor, Color errorFilledColor = const Color(0xFFF44336), Color errorEmptyColor = const Color(0x33F44336), BoxShape shape = BoxShape.circle})
const
PinDotStyle.fromTheme(PinInputTheme theme)
factory

Properties

emptyColor Color
final
errorEmptyColor Color
final
errorFilledColor Color
final
filledColor 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
shape BoxShape
final
size double
final
spacing double
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