Actions class
- Inheritance
-
- Object
- Widget
- StatefulWidget
- Actions
Constructors
Properties
Methods
-
createElement(
) → StatefulElement -
inherited
-
createState(
) → State< Actions> -
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
-
invoke(
BuildContext context, Intent intent) → Object? -
lookup<
T extends Intent> (BuildContext context) → Action< Intent> ? -
lookupByType(
Type intentType, BuildContext context) → Action< Intent> ? -
of(
BuildContext context) → Map< Type, Action< ?Intent> >