GraphicsCommandStrokeColor constructor

GraphicsCommandStrokeColor(
  1. int color,
  2. num width,
  3. JointStyle jointStyle,
  4. CapsStyle capsStyle,
)

Implementation

GraphicsCommandStrokeColor(
    int color, super.width, super.jointStyle, super.capsStyle)
    : _color = color;