ModulaDivider constructor
const
ModulaDivider({
- Key? key,
- ModulaDividerType type = ModulaDividerType.solid,
- ModulaDividerOrientation orientation = ModulaDividerOrientation.horizontal,
- double thickness = 1.0,
- Color color = Colors.grey,
- double spacing = 4.0,
- String? label,
- TextStyle? labelStyle,
Implementation
const ModulaDivider({
super.key,
this.type = ModulaDividerType.solid,
this.orientation = ModulaDividerOrientation.horizontal,
this.thickness = 1.0,
this.color = Colors.grey,
this.spacing = 4.0,
this.label,
this.labelStyle,
});