InvokerState enum
state for the invoker widget (defaults to alwaysOpened)
alwaysOpened
:
This will force the the invoker widget to be opened always
collapsible
:
This will make the widget to collapse and expand on demand
By default it will be in collapsed state
Tap or outwards will expand the widget
When expanded, tapping on it will navigate to Infospect screen.
And swiping it inwards will change it to collapsed state
autoCollapse
: This will auto change the widget state from expanded to collapse after 5 seconds
By default it will be in collapsed state
Tap or outwards will expand the widget and if not tapped within 5 secs, it will change to
collapsed state.
When expanded, tapping on it will navigate to Infospect screen and will change it to
collapsed state
And swiping it inwards will change it to collapsed state
Values
- alwaysOpened → const InvokerState
- collapsible → const InvokerState
- autoCollapse → const InvokerState
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- 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
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
-
values
→ const List<
InvokerState> - A constant List of the values in this enum, in order of their declaration.