ShakeHomeAction class
Represents submit action for Home screen.
- Inheritance
-
- Object
- ShakeBaseAction
- ShakeHomeAction
Constructors
- ShakeHomeAction(String title, Function? handler, {String? subtitle, String? icon})
Properties
- handler ↔ Function?
-
getter/setter pairinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- icon ↔ String?
-
getter/setter pairinherited
- iconRes ↔ String?
-
getter/setter pairinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- subtitle ↔ String?
-
getter/setter pairinherited
- subtitleRes ↔ String?
-
getter/setter pairinherited
- title ↔ String?
-
getter/setter pairinherited
- titleRes ↔ String?
-
getter/setter pairinherited
- type ↔ String?
-
getter/setter pairinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
Converts object to map.
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
fromMap(
Map data) → ShakeHomeAction - Converts map to object.