OudsDivider.vertical constructor
- Key? key,
- OudsDividerColor color = OudsDividerColor.defaultColor,
- double length = 0,
- double? thickness,
- EdgeInsetsGeometry? margin,
Creates a vertical divider.
Implementation
const OudsDivider.vertical({
super.key,
this.color = OudsDividerColor.defaultColor,
this.length = 0,
this.thickness,
this.margin,
}) : orientation = Axis.vertical;