GraphicsCommandStrokeGradient constructor

GraphicsCommandStrokeGradient(
  1. GraphicsGradient gradient,
  2. num width,
  3. JointStyle jointStyle,
  4. CapsStyle capsStyle,
)

Implementation

GraphicsCommandStrokeGradient(
    GraphicsGradient gradient, super.width, super.jointStyle, super.capsStyle)
    : _gradient = gradient;