ActionMode class

Constructors

ActionMode()

Properties

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
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

addItem<T>(BuildContext context, T item) → void
Add an item of type T to the action mode
addItems<T>(BuildContext context, List<T> items) → void
Add a list items of type T to the action mode
disable<T>(BuildContext context) → void
disable the action mode, this automatically deselect all selected items
enabledStream<T>(BuildContext context) Stream<bool>
This steam emits true or false depending on if the Action mode is enabled or disabled respectively