SubZeroDivider constructor
const
SubZeroDivider({
- Key? key,
- SubZeroDividerOrientation orientation = SubZeroDividerOrientation.horizontal,
- SubZeroDividerVariant variant = SubZeroDividerVariant.line,
- double? thickness,
- double? length,
- Color? color,
- double indent = 0,
- double endIndent = 0,
- EdgeInsetsGeometry? margin,
Implementation
const SubZeroDivider({
super.key,
this.orientation = SubZeroDividerOrientation.horizontal,
this.variant = SubZeroDividerVariant.line,
this.thickness,
this.length,
this.color,
this.indent = 0,
this.endIndent = 0,
this.margin,
});