MoreSelectionWidget constructor
MoreSelectionWidget({
- Key? key,
- required SelectionEntity selectionEntity,
- StreamController<
ClearEvent> ? clearController, - OnCustomFloatingLayerClick? onCustomFloatingLayerClick,
- required SelectionConfig themeData,
Implementation
MoreSelectionWidget(
{Key? key,
required this.selectionEntity,
this.clearController,
this.onCustomFloatingLayerClick,
required this.themeData})
: super(key: key);