CssLength.lvh constructor

CssLength.lvh(
  1. num value
)

Large viewport height.

Implementation

factory CssLength.lvh(num value) = _CssLengthLvh;