strokeMiterlimit property

String strokeMiterlimit

Implementation

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

Implementation

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