DividerProps constructor
const
DividerProps({
- double? margin,
- DividerVariant variant = DividerVariant.standard,
- String? label,
- bool dashed = false,
- DividerOrientation orientation = DividerOrientation.horizontal,
- double? height,
Implementation
const DividerProps({
this.margin,
this.variant = DividerVariant.standard,
this.label,
this.dashed = false,
this.orientation = DividerOrientation.horizontal,
this.height,
});