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