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