ArcaneSeparator constructor
const
ArcaneSeparator({
- SeparatorOrientation orientation = SeparatorOrientation.horizontal,
- SeparatorVariant variant = SeparatorVariant.standard,
- String? label,
- Widget? icon,
- String? color,
- bool dashed = false,
- bool decorative = true,
- double? margin,
- double? height,
- 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,
super.key,
});