PinInput class
- obscure Hide input text
- obscureText Replace decaul * hide String
- duration Animation duration
- textStyle Main text style
- onFilledTextStyle Text style for filled status
- settings Main input settings
- onFilledSettings Settings for filled status
Constructors
- PinInput({bool obscure = false, String obscureText = '*', Duration? duration, TextStyle? textStyle, TextStyle? onFilledTextStyle, InputSettings? settings, InputSettings? onFilledSettings})
-
const
Properties
- duration → Duration?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- obscure → bool
-
final
- obscureText → String
-
final
- onFilledSettings → InputSettings?
-
final
- onFilledTextStyle → TextStyle?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- settings → InputSettings?
-
final
- 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