MoreSelectionWidget constructor

MoreSelectionWidget({
  1. Key? key,
  2. required SelectionEntity selectionEntity,
  3. StreamController<ClearEvent>? clearController,
  4. OnCustomFloatingLayerClick? onCustomFloatingLayerClick,
  5. required SelectionConfig themeData,
})

Implementation

MoreSelectionWidget(
    {Key? key,
    required this.selectionEntity,
    this.clearController,
    this.onCustomFloatingLayerClick,
    required this.themeData})
    : super(key: key);