BaseRenderSpec<D> constructor

const BaseRenderSpec<D>({
  1. TextStyleSpec? labelStyle,
  2. TickLabelAnchor? labelAnchor,
  3. TickLabelJustification? labelJustification,
  4. int? labelOffsetFromAxisPx,
  5. int? labelCollisionOffsetFromAxisPx,
  6. int? labelOffsetFromTickPx,
  7. int? labelCollisionOffsetFromTickPx,
  8. int? minimumPaddingBetweenLabelsPx,
  9. int? labelRotation,
  10. int? labelCollisionRotation,
  11. LineStyleSpec? axisLineStyle,
})

Implementation

const BaseRenderSpec({
  this.labelStyle,
  this.labelAnchor,
  this.labelJustification,
  this.labelOffsetFromAxisPx,
  this.labelCollisionOffsetFromAxisPx,
  this.labelOffsetFromTickPx,
  this.labelCollisionOffsetFromTickPx,
  this.minimumPaddingBetweenLabelsPx,
  this.labelRotation,
  this.labelCollisionRotation,
  this.axisLineStyle,
});