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