strokeMiterlimit property
String
get
strokeMiterlimit
Implementation
_i2.String get strokeMiterlimit => _i4.getProperty(
this,
'strokeMiterlimit',
);
set
strokeMiterlimit
(String value)
Implementation
set strokeMiterlimit(_i2.String value) {
_i4.setProperty(
this,
'strokeMiterlimit',
value,
);
}