CellHighlightConfig constructor

const CellHighlightConfig({
  1. bool enabled = false,
  2. Color? color,
  3. String? userId,
  4. String? userName,
})

Implementation

const CellHighlightConfig({
  this.enabled = false,
  this.color,
  this.userId,
  this.userName,
});