PinInputStyle class

Constructors

PinInputStyle({bool obscureText = false, String obscureSymbol = '*', Duration duration = const Duration(milliseconds: 250), EdgeInsetsGeometry margin = const EdgeInsets.all(5), EdgeInsetsGeometry padding = const EdgeInsets.all(5), TextStyle? textStyle, Color? borderColor, Color? emptyBackground, Color? fullBackground, double width = 40, double height = 40, double borderWidth = 2, Radius? borderRadius = const Radius.circular(5), Alignment alignment = Alignment.center})

Properties

alignment Alignment
getter/setter pair
borderColor Color?
getter/setter pair
borderRadius Radius?
getter/setter pair
borderWidth double
getter/setter pair
duration Duration
getter/setter pair
emptyBackground Color?
getter/setter pair
fullBackground Color?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
height double
getter/setter pair
margin EdgeInsetsGeometry
getter/setter pair
obscureSymbol String
getter/setter pair
obscureText bool
getter/setter pair
padding EdgeInsetsGeometry
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
textStyle TextStyle?
getter/setter pair
width double
getter/setter pair

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