ObscureStyle class
The object determine the obscure display
Constructors
- ObscureStyle.new({bool isTextObscure = false, String obscureText = '•'})
Properties
- hashCode → int
-
The hash code for this object.
no setteroverride
- isTextObscure → bool
-
Determine whether replace obscureText with number.
final
- obscureText → String
-
The display text when isTextObscure is true, default is '*'
Do Not pass multiline string, it's not a good idea.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override