AntdDivider constructor
const
AntdDivider({
- Key? key,
- AntdColor? color,
- Widget? child,
- bool vertical = false,
- AntdDividerPosition? position,
- AntdDividerStyle? style,
- AntdStyleBuilder<
AntdDividerStyle, AntdDivider> ? styleBuilder,
Implementation
const AntdDivider({
super.key,
this.color,
this.child,
this.vertical = false,
this.position,
super.style,
super.styleBuilder,
});