row method

List<Widget> row()
inherited

A utility for creating a list of widgets in a row.

This allows for a readable syntax like:

final cols = context.t.childrenRow();

Implementation

List<Widget> row() { return <Widget>[]; }