onpageshow property
dynamic Function(PageTransitionEvent)?
get
onpageshow
Implementation
_i2.dynamic Function(_i3.PageTransitionEvent)? get onpageshow =>
(_i3.PageTransitionEvent p0) => _i4.callMethod(
_i4.getProperty(
this,
'onpageshow',
),
r'call',
[
this,
p0,
],
);
set
onpageshow
(dynamic value(PageTransitionEvent)?)
Implementation
set onpageshow(_i2.dynamic Function(_i3.PageTransitionEvent)? value) {
_i4.setProperty(
this,
'onpageshow',
value == null ? _i6.undefined : _i4.allowInterop(value),
);
}