operator + method

WidgetGroup operator +(
  1. Widget other
)

Implementation

WidgetGroup operator +(Widget other) {
  return WidgetGroup([this, other]);
}