ArcaneDivider.bold constructor

const ArcaneDivider.bold({
  1. double? margin,
  2. String? label,
  3. bool dashed = false,
  4. Key? key,
})

Bold divider

Implementation

const ArcaneDivider.bold({
  this.margin,
  this.label,
  this.dashed = false,
  super.key,
}) : style = DividerStyle.bold;