strokeDasharray property

String strokeDasharray

Implementation

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

Implementation

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