renderHashCode property

int renderHashCode
inherited

Used to batch draw calls to the canvas.

Implementation

int get renderHashCode {
  return _hash ??= Object.hash(
    holePointsList,
    color,
    borderStrokeWidth,
    borderColor,
    isDotted,
    isFilled,
    strokeCap,
    strokeJoin,
    _filledAndClockwise,
  );
}