CryTreeTableColumnData constructor

CryTreeTableColumnData({
  1. String? label,
  2. Function? getCell,
  3. double width = 200,
})

Implementation

CryTreeTableColumnData({this.label, this.getCell, this.width = 200});