BusyType enum
Enum for specifying different types of busy indicators.
Types include: indicator Shows only the indicator. indicatorIgnorePointer Shows the indicator and ignores touch events. indicatorBackdrop Shows the indicator with a backdrop. indicatorBackdropIgnorePointer Shows the indicator with a backdrop and ignores touch events.
Values
- none → const BusyType
-
Shows no indicator
- indicator → const BusyType
-
Shows only the indicator.
- indicatorIgnorePointer → const BusyType
-
Shows the indicator and ignores touch events.
- indicatorBackdrop → const BusyType
-
Shows the indicator with a backdrop.
- indicatorBackdropIgnorePointer → const BusyType
-
Shows the indicator with a backdrop and ignores touch events.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- ignorePointer → bool
-
Checks if the current
BusyType
should ignore pointer events.no setter - index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- showBackdrop → bool
-
Checks if the current
BusyType
should show a backdrop.no setter
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
Constants
- defaultValue → const BusyType
-
Default value for
BusyType
. -
values
→ const List<
BusyType> - A constant List of the values in this enum, in order of their declaration.