renderHashCode property

int renderHashCode

Used to batch draw calls to the canvas.

Implementation

int get renderHashCode => Object.hash(
    holePointsList,
    color,
    borderStrokeWidth,
    borderColor,
    isDotted,
    isFilled,
    strokeCap,
    strokeJoin,
    labelStyle);