ArcaneSeparator constructor
const
ArcaneSeparator({
- SeparatorOrientation orientation = SeparatorOrientation.horizontal,
- SeparatorVariant variant = SeparatorVariant.standard,
- String? label,
- ArcaneGlyph? icon,
- String? color,
- bool dashed = false,
- bool decorative = true,
- double? margin,
- double? height,
- ArcaneStyleData? styles,
- ArcaneDecoration? decoration,
- Key? key,
Implementation
const ArcaneSeparator({
this.orientation = SeparatorOrientation.horizontal,
this.variant = SeparatorVariant.standard,
this.label,
this.icon,
this.color,
this.dashed = false,
this.decorative = true,
this.margin,
this.height,
this.styles,
this.decoration,
super.key,
});