SelectionText.rich constructor
- InlineSpan span, {
- Key? key,
- bool selectable = true,
- TextStyle? style,
- void onSelecting()?,
- void onChanged()?,
Implementation
const SelectionText.rich(
InlineSpan this.span, {
super.key,
this.selectable = true,
this.style,
this.onSelecting,
this.onChanged,
}) : text = null;