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