SwipeActionStore class

Constructors

SwipeActionStore()

Properties

anyCellOpen bool
Whether any cell is currently open. Lets callers (e.g. a page-level swipe-to-pop gesture) close the open cell first instead of popping.
no setter
bus SwipeActionBus
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

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setCellOpen(Object cell, bool open) → void
Marks cell as open or closed in the global open-cell set.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

getInstance() SwipeActionStore