AtlasPaletteEntry class
One row in the command palette: a resolved command and whether it can be invoked right now.
Constructors
-
AtlasPaletteEntry({required ShortcutCommand<
Intent> command, required ShortcutActivator activator, required bool enabled, BuildContext? invokeContext})
Properties
- activator → ShortcutActivator
-
The effective activator (after any re-binding), for display.
final
-
command
→ ShortcutCommand<
Intent> -
final
- enabled → bool
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- invokeContext → BuildContext?
-
Context used to dispatch typed-intent commands; not part of the public
contract.
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.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited