OtpPinFieldStyle class Null safety
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, 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
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- textStyle → TextStyle
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited