strokeLinejoin property

String strokeLinejoin

Implementation

_i2.String get strokeLinejoin => _i4.getProperty(
      this,
      'strokeLinejoin',
    );
void strokeLinejoin=(String value)

Implementation

set strokeLinejoin(_i2.String value) {
  _i4.setProperty(
    this,
    'strokeLinejoin',
    value,
  );
}