push abstract method

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

Pushes a widget to the stack.

Implementation

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