add method

Column add(
  1. Widget child
)

Implementation

Column add(Widget child) => copyWith(children: [...children, child]);