ArcaneSeparator.bold constructor
const
ArcaneSeparator.bold({})
Creates a bold (thicker) separator.
Implementation
const ArcaneSeparator.bold({
this.orientation = SeparatorOrientation.horizontal,
this.label,
this.icon,
this.color,
this.dashed = false,
this.margin,
this.height,
super.key,
}) : variant = SeparatorVariant.bold,
decorative = true;