CellMetrics constructor

CellMetrics(
  1. double width,
  2. double height
)

Implementation

CellMetrics(this.width, this.height);