FlatMoreSelection constructor

FlatMoreSelection({
  1. Key? key,
  2. required SelectionEntity selectionEntity,
  3. StreamController<FlatClearEvent>? clearController,
  4. OnCustomFloatingLayerClick? onCustomFloatingLayerClick,
  5. int preLineTagSize = 3,
  6. double parentWidth = 0,
  7. 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);