add method

void add(
  1. Widget widget
)

Implementation

void add(Widget widget) {
  widgets.add(widget);
}