offsetDistance property

String offsetDistance

Implementation

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

Implementation

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