InputStatus class
Constructors
- InputStatus({bool hovered = false, bool focused = false, bool touched = false, bool empty = true, bool full = false, bool dirty = false, bool edited = false, bool submitted = false, FetchStatus fetch = FetchStatus.neverAttempted})
-
const
Properties
- dirty → bool
-
final
- edited → bool
-
final
- empty → bool
-
final
- fetch → FetchStatus
-
final
- focused → bool
-
final
- full → bool
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- hovered → bool
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- submitted → bool
-
final
- touched → bool
-
final
Methods
-
copyWith(
{bool? hovered, bool? focused, bool? touched, bool? dirty, bool? empty, bool? full, bool? edited, bool? submitted, FetchStatus? fetch}) → InputStatus -
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