TRangeSelectionGroupWidget constructor
const
TRangeSelectionGroupWidget({
- Key? key,
- required TSelectionEntity entity,
- double maxContentHeight = TSelectionConstant.designSelectionHeight,
- int? rowCount,
- bool showSelectedCount = false,
- VoidCallback? bgClickFunction,
- TOnRangeSelectionConfirm? onSelectionConfirm,
- double marginTop = 0,
- required TSelectionConfig themeData,
Implementation
const TRangeSelectionGroupWidget(
{super.key,
required this.entity,
this.maxContentHeight = TSelectionConstant.designSelectionHeight,
this.rowCount,
this.showSelectedCount = false,
this.bgClickFunction,
this.onSelectionConfirm,
this.marginTop = 0,
required this.themeData});