row function

Row row (
  1. Widget w
)

Return a singleton widget w into a Row list

This is a convenience function.

Implementation

Row row(Widget w) => Row(children:[w]);