jointStyle property

JointStyle jointStyle

Implementation

JointStyle get jointStyle => _jointStyle;
void jointStyle=(JointStyle value)

Implementation

set jointStyle(JointStyle value) {
  _jointStyle = value;
  _invalidate();
}