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