ListMultiSelectionAdapter class
Constructors
-
ListMultiSelectionAdapter(BuildContext context, List<
Inbox> items, dynamic onItemClick)
Properties
- context ↔ BuildContext
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
items
↔ List<
Inbox> -
getter/setter pair
-
itemsTile
↔ List<
Widget> -
getter/setter pair
- modeSelection ↔ bool
-
getter/setter pair
- onSelected ↔ Function
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- selectedCount ↔ int
-
getter/setter pair
Methods
-
checkSelected(
) → void -
clearSelection(
) → void -
getView(
) → Widget -
itemTile(
int index, Inbox object, Function onItemClickListener) → Widget -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setOnSelectedMode(
Function onSelected) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited