TableRow constructor Null safety

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

Implementation

const factory TableRow({
  Key? key,
  Decoration? decoration,
  List<Widget>? children,
}) = _TableRow;