ArcaneSeparator.subtle constructor
const
ArcaneSeparator.subtle({
- SeparatorOrientation orientation = SeparatorOrientation.horizontal,
- String? label,
- ArcaneGlyph? icon,
- String? color,
- bool dashed = false,
- double? margin,
- double? height,
- ArcaneStyleData? styles,
- ArcaneDecoration? decoration,
- Key? key,
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,
this.styles,
this.decoration,
super.key,
}) : variant = SeparatorVariant.subtle,
decorative = true;