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