onscroll property

Implementation

EventHandlerNonNull? get onscroll => js_util.getProperty(this, 'onscroll');
void onscroll=(EventHandlerNonNull<Event>? newValue)

Implementation

set onscroll(EventHandlerNonNull? newValue) {
  js_util.setProperty(this, 'onscroll', newValue);
}