offset property

dynamic offset

Implementation

dynamic get offset => js_util.getProperty(this, 'offset');
void offset=(dynamic newValue)

Implementation

set offset(dynamic newValue) {
  js_util.setProperty(this, 'offset', newValue);
}