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