TRangeSelectionGroupWidget constructor

const TRangeSelectionGroupWidget({
  1. Key? key,
  2. required TSelectionEntity entity,
  3. double maxContentHeight = TSelectionConstant.designSelectionHeight,
  4. int? rowCount,
  5. bool showSelectedCount = false,
  6. VoidCallback? bgClickFunction,
  7. TOnRangeSelectionConfirm? onSelectionConfirm,
  8. double marginTop = 0,
  9. 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});