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