XDividerParams constructor
XDividerParams({
- double? height,
- double? thickness,
- double? indent,
- double? endIndent,
- HubbleColor? color,
Implementation
XDividerParams({
this.height,
this.thickness,
this.indent,
this.endIndent,
this.color,
});