AntdDividerStyle constructor
const
AntdDividerStyle({
- double? width,
- double? verticalHeight,
- Color? color,
- double? margin,
- AntdBoxStyle? childStyle,
Implementation
const AntdDividerStyle({
this.width,
this.verticalHeight,
this.color,
this.margin,
this.childStyle,
});