BrnListSelectionGroupWidget constructor
BrnListSelectionGroupWidget({
- Key? key,
- required SelectionEntity entity,
- double maxContentHeight = DESIGN_SELECTION_HEIGHT,
- bool showSelectedCount = false,
- VoidCallback? bgClickFunction,
- BrnOnRangeSelectionConfirm? onSelectionConfirm,
- required SelectionConfig themeData,
Implementation
BrnListSelectionGroupWidget({
Key? key,
required this.entity,
this.maxContentHeight = DESIGN_SELECTION_HEIGHT,
this.showSelectedCount = false,
this.bgClickFunction,
this.onSelectionConfirm,
required this.themeData,
}) : super(key: key);