EmptyTableCell constructor

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

Implementation

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