ArcaneSeparator.dashed constructor
const
ArcaneSeparator.dashed({
- SeparatorOrientation orientation = SeparatorOrientation.horizontal,
- SeparatorVariant variant = SeparatorVariant.standard,
- String? label,
- Widget? icon,
- String? color,
- double? margin,
- double? height,
- Key? key,
Creates a dashed separator.
Implementation
const ArcaneSeparator.dashed({
this.orientation = SeparatorOrientation.horizontal,
this.variant = SeparatorVariant.standard,
this.label,
this.icon,
this.color,
this.margin,
this.height,
super.key,
}) : dashed = true,
decorative = true;