push abstract method

void push(
  1. Widget widget, {
  2. bool renderScreen = false,
  3. bool replace = false,
  4. AnalyticsEvent? event,
})

Pushes a widget to the stack.

Implementation

void push(
  Widget widget, {
  bool renderScreen = false,
  bool replace = false,
  AnalyticsEvent? event,
});