TableRow constructor Null safety

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

Creates a row in a Table.

Implementation

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