SelectionText.rich constructor

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

Implementation

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