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