GraphicsCommandStroke constructor

GraphicsCommandStroke(
  1. num width,
  2. JointStyle jointStyle,
  3. CapsStyle capsStyle
)

Implementation

GraphicsCommandStroke(num width, JointStyle jointStyle, CapsStyle capsStyle)
    : _width = width.toDouble(),
      _jointStyle = jointStyle,
      _capsStyle = capsStyle;