ArcaneSeparator.withLabel constructor
const
ArcaneSeparator.withLabel({})
Creates a separator with a text label in the middle.
Implementation
const ArcaneSeparator.withLabel({
required String this.label,
this.variant = SeparatorVariant.standard,
this.color,
this.dashed = false,
this.margin,
super.key,
}) : orientation = SeparatorOrientation.horizontal,
icon = null,
decorative = false,
height = null;