SelectAllConfig class

Constructors

SelectAllConfig({required String selectAllLabel, required String unselectAllLabel})
Settings that allow enabling the option to select all items or unselect them. The selectAllLabel and unselectAllLabel parameters are required.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectAllLabel String
The text for the option to select all items.
final
unselectAllLabel String
The text for the option to unselect all items.
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