Shortcuts class
- Inheritance
-
- Object
- Widget
- StatefulWidget
- Shortcuts
Constructors
Properties
Methods
-
createElement(
) → StatefulElement -
inherited
-
createState(
) → State< Shortcuts> -
override
-
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
Static Methods
-
lookup(
KeyEvent event, BuildContext context) → Intent? -
of(
BuildContext context) → Map< ShortcutActivator, Intent> ?