LineDivider constructor

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

Implementation

const LineDivider(
  String this.label, {
  super.key,
  this.primary = false,
  this.bold = false,
}) : span = null;