CssLength.lh constructor

CssLength.lh(
  1. num value
)

Line height units.

Implementation

factory CssLength.lh(num value) = _CssLengthLh;