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