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