StaggerOptions class
- Available extensions
- Annotations
-
- @JS()
- @staticInterop
- @anonymous
Constructors
-
StaggerOptions({dynamic start, Direction? direction, dynamic easing, ReadonlyArray<
num> ? grid, Axis? axis, dynamic from}) -
factory
Properties
- axis ↔ Axis?
-
Available on StaggerOptions, provided by the StaggerOptions$Typings extension
getter/setter pair - direction ↔ Direction?
-
Available on StaggerOptions, provided by the StaggerOptions$Typings extension
getter/setter pair - easing ↔ dynamic
-
Available on StaggerOptions, provided by the StaggerOptions$Typings extension
getter/setter pair - from ↔ dynamic
-
Available on StaggerOptions, provided by the StaggerOptions$Typings extension
getter/setter pair -
grid
↔ ReadonlyArray<
num> ? -
Available on StaggerOptions, provided by the StaggerOptions$Typings extension
getter/setter pair - hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- start ↔ dynamic
-
Available on StaggerOptions, provided by the StaggerOptions$Typings extension
getter/setter pair
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