TableRow constructor

const TableRow({LocalKey key, Decoration decoration, List<Widget> children })

Creates a row in a Table.

Implementation

const TableRow({ this.key, this.decoration, this.children });