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