MdTableCell constructor

const MdTableCell({
  1. required List<MdNode> content,
})

Implementation

const MdTableCell({required this.content});