didPushNext method
void
didPushNext()
Implementation
void didPushNext() {
_popShowIng = true;
refresh();
widget.onShow?.call(this,_popShowIng);
}
void didPushNext() {
_popShowIng = true;
refresh();
widget.onShow?.call(this,_popShowIng);
}