WDivider constructor
const
WDivider({
- Key? key,
- double? thickness,
- Color? color,
- double? size,
- Axis? orientation,
- bool? overflow,
- double? childMainAxisPadding,
- WDividerAlignment? childAlignment,
- BoxDecoration? childDecoration,
- Widget? child,
Implementation
const WDivider({
super.key,
this.thickness,
this.color,
this.size,
this.orientation,
this.overflow,
this.childMainAxisPadding,
this.childAlignment,
this.childDecoration,
this.child,
});