onselect top-level property
dynamic Function(Event)?
get
onselect
Fires when the current selection changes.
Implementation
_i2.dynamic Function(_i3.Event)? get onselect =>
(_i3.Event p0) => _i4.callMethod(
_i4.getProperty(
_self,
'onselect',
),
r'call',
[
_self,
p0,
],
);