UTableData constructor

UTableData({
  1. required List<List<String>> rows,
  2. bool hasHeader = true,
})

Implementation

UTableData({required this.rows, this.hasHeader = true});