TableRow constructor
      const
      TableRow({ 
    
    
- required List<Widget> children,
- bool repeat = false,
- TableCellVerticalAlignment? verticalAlignment,
- BoxDecoration? decoration,
Implementation
const TableRow({
  required this.children,
  this.repeat = false,
  this.verticalAlignment,
  this.decoration,
});