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