LineDivider.selectable constructor
Builds a LineDivider with the SelectionText in the center.
Implementation
const LineDivider.selectable(
TextSpan this.span, {
super.key,
this.primary = false,
this.bold = false,
}) : label = null,
selectable = true;