CssLength.lvw constructor

CssLength.lvw(
  1. num value
)

Large viewport width.

Implementation

factory CssLength.lvw(num value) = _CssLengthLvw;