strokeDashoffset property

String strokeDashoffset

Implementation

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

Implementation

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