offset property
dynamic
get
offset
Implementation
dynamic get offset => js_util.getProperty(this, 'offset');
set
offset
(dynamic newValue)
Implementation
set offset(dynamic newValue) {
js_util.setProperty(this, 'offset', newValue);
}