lineDashOffset property

num get lineDashOffset

Implementation

_i2.num get lineDashOffset => _i4.getProperty(
      this,
      'lineDashOffset',
    );
set lineDashOffset (num value)

Implementation

set lineDashOffset(_i2.num value) {
  _i4.setProperty(
    this,
    'lineDashOffset',
    value,
  );
}