TableCellDemo constructor

const TableCellDemo({
  1. Key? key,
})

Implementation

const TableCellDemo({Key? key}) : super(key: key);