onfocus top-level property
dynamic Function(FocusEvent)?
get
onfocus
Fires when the object receives focus.
Implementation
_i2.dynamic Function(_i3.FocusEvent)? get onfocus =>
(_i3.FocusEvent p0) => _i4.callMethod(
_i4.getProperty(
_self,
'onfocus',
),
r'call',
[
_self,
p0,
],
);