BrnSelectionMenuWidget constructor
BrnSelectionMenuWidget({
- Key? key,
- required BuildContext context,
- required List<
SelectionEntity> data, - double height = 50.0,
- double? width,
- BrnOnMenuItemClick? onMenuItemClick,
- BrnOnRangeSelectionConfirm? onConfirm,
- ConfigTagCountPerRow? configRowCount,
- ScrollController? extraScrollController,
- double? constantTop,
- required SelectionConfig themeData,
Implementation
BrnSelectionMenuWidget(
{Key? key,
required this.context,
required this.data,
this.height = 50.0,
this.width,
this.onMenuItemClick,
this.onConfirm,
this.configRowCount,
this.extraScrollController,
this.constantTop,
required this.themeData})
: super(key: key);