BrnListSelectionGroupWidget constructor

BrnListSelectionGroupWidget({
  1. Key? key,
  2. required SelectionEntity entity,
  3. double maxContentHeight = DESIGN_SELECTION_HEIGHT,
  4. bool showSelectedCount = false,
  5. VoidCallback? bgClickFunction,
  6. BrnOnRangeSelectionConfirm? onSelectionConfirm,
  7. 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);