SelectionText constructor

const SelectionText(
  1. String text, {
  2. Key? key,
  3. bool selectable = true,
  4. TextStyle? style,
  5. void onSelecting(
    1. bool
    )?,
  6. void onChanged(
    1. SelectedContent?
    )?,
})

Implementation

const SelectionText(
  String this.text, {
  super.key,
  this.selectable = true,
  this.style,
  this.onSelecting,
  this.onChanged,
}) : span = null;