ColumnHeaderWidgetUI constructor

const ColumnHeaderWidgetUI({
  1. required ColumnHeaderModel columnHeaderData,
  2. Color? headerBorderColor,
  3. bool isSortable = false,
  4. String? sortedColumn,
  5. Color? backgroundColor,
  6. bool headerBorder = true,
  7. TextStyle? style,
  8. Key? key,
})

Implementation

const ColumnHeaderWidgetUI({required this.columnHeaderData, this.headerBorderColor, this.isSortable = false, this.sortedColumn, this.backgroundColor, this.headerBorder = true, this.style,super.key});