MultiSelectState class

Multi-select mode state

Constructors

MultiSelectState({required bool isActive, required int selectedCount, required VoidCallback onCancel, required VoidCallback onDelete, required Future<void> onForward(BuildContext context)})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
isActive bool
final
onCancel VoidCallback
final
onDelete VoidCallback
final
onForward Future<void> Function(BuildContext context)
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectedCount int
final

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