FlatMoreSelection constructor
FlatMoreSelection({
- Key? key,
- required SelectionEntity selectionEntity,
- StreamController<
FlatClearEvent> ? clearController, - OnCustomFloatingLayerClick? onCustomFloatingLayerClick,
- int preLineTagSize = 3,
- double parentWidth = 0,
- required SelectionConfig themeData,
Implementation
FlatMoreSelection({
Key? key,
required this.selectionEntity,
this.clearController,
this.onCustomFloatingLayerClick,
this.preLineTagSize = 3,
this.parentWidth = 0,
required this.themeData,
}) : super(key: key);