push abstract method
Pushes a widget to the stack.
Implementation
void push(
Widget widget, {
bool renderScreen = false,
AnalyticsEvent? event,
});
Pushes a widget to the stack.
void push(
Widget widget, {
bool renderScreen = false,
AnalyticsEvent? event,
});