add abstract method

void add(
  1. Widget widget
)

Pushes a widget to the stack.

Implementation

void add(Widget widget);