LineHeight constructor

const LineHeight(
  1. num height, {
  2. bool inPixels = true,
})

Implementation

const LineHeight(this.height, {this.inPixels = true});