strokeLinejoin property

String get strokeLinejoin

Implementation

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

Implementation

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