TableRow constructor

const TableRow({
  1. LocalKey? key,
  2. Decoration? decoration,
  3. List<Widget> children = const <Widget>[],
})

Creates a row in a Table.

Implementation

const TableRow({ this.key, this.decoration, this.children = const <Widget>[]});