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