CellBean constructor

CellBean(
  1. Color leadingColor,
  2. String title,
  3. Element element
)

Implementation

CellBean(this.leadingColor, this.title, this.element);