DisplayCell constructor

DisplayCell(
  1. String val, [
  2. void onTap()?
])

Implementation

DisplayCell(this.val, [this.onTap]);