push method

dynamic push(
  1. Widget widget
)

Implementation

dynamic push(Widget widget) {
  return context.push(widget);
}