GridlineRendererSpec<D> constructor

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

Implementation

const GridlineRendererSpec({
  super.labelStyle,
  super.lineStyle,
  super.axisLineStyle,
  super.labelAnchor,
  super.labelJustification,
  super.tickLengthPx,
  super.labelOffsetFromAxisPx,
  super.labelCollisionOffsetFromAxisPx,
  super.labelOffsetFromTickPx,
  super.labelCollisionOffsetFromTickPx,
  super.minimumPaddingBetweenLabelsPx,
  super.labelRotation,
  super.labelCollisionRotation,
});