ListCustomGroupController class final

ListGroupController

this controller to manage list of custom grouped checkbox/chips/switch

isMultipleSelectionPerGroup : (List

initSelectedValuesByGroup : (List) A Initialize list of values on each group of checkbox that will be selected in group.

Available Extensions

Constructors

ListCustomGroupController({Map<int, List> initSelectedValuesByGroup = const {}, List<bool> isMultipleSelectionPerGroup = const []})

Properties

allSelectedItems Future<List>
no setter
allSelectedItemsGrouped Future<List>
no setter
hashCode int
The hash code for this object.
no setterinherited
initSelectedValuesByGroup Map<int, List>
final
isMultipleSelectionPerGroup List<bool>
final
mapSelectedItems Future<Map<int, dynamic>>
no setter
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
selectedItemsByGroupIndex(int index) Future<List>
toString() String
A string representation of this object.
inherited

Operators

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