LineDivider.rich constructor

const LineDivider.rich(
  1. TextSpan span, {
  2. Key? key,
  3. bool primary = false,
  4. bool bold = false,
})

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;