renderHashCode property

int renderHashCode
inherited

Used to batch draw calls to the canvas.

Implementation

int get renderHashCode => Object.hash(
    strokeWidth,
    color,
    borderStrokeWidth,
    borderColor,
    gradientColors,
    colorsStop,
    isDotted,
    strokeCap,
    strokeJoin,
    useStrokeWidthInMeter);