onscroll top-level property
dynamic Function(Event)?
get
onscroll
Fires when the user repositions the scroll box in the scroll bar on the object.
Implementation
_i2.dynamic Function(_i3.Event)? get onscroll =>
(_i3.Event p0) => _i4.callMethod(
_i4.getProperty(
_self,
'onscroll',
),
r'call',
[
_self,
p0,
],
);