FixedHeightModel constructor

FixedHeightModel(
  1. double height
)

Implementation

FixedHeightModel(this.height)
    : assert(height > 0.0, 'Height must be greater than zero');