MDTable constructor

MDTable({
  1. Caption title,
  2. List<String> header,
  3. List<List<String>> body,
  4. bool needBorder = false,
})

Implementation

MDTable({@require Caption title,List<String> header,@require List<List<String>> body,bool needBorder: false}){}