XDividerParams constructor

XDividerParams({
  1. double? height,
  2. double? thickness,
  3. double? indent,
  4. double? endIndent,
  5. HubbleColor? color,
})

Implementation

XDividerParams({
  this.height,
  this.thickness,
  this.indent,
  this.endIndent,
  this.color,
});