childrenRow method

List<Widget> childrenRow()

Identical to row, except prefixed with children to enhance discoverability

Implementation

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