KnowledgePanelTableColumn constructor

const KnowledgePanelTableColumn({
  1. required String text,
  2. required KnowledgePanelColumnType? type,
  3. String? textForSmallScreens,
  4. bool? showByDefault,
  5. String? columnGroupId,
  6. String? style,
})

Implementation

const KnowledgePanelTableColumn({
  required this.text,
  required this.type,
  this.textForSmallScreens,
  this.showByDefault,
  this.columnGroupId,
  this.style,
});