CssLength.vw constructor

CssLength.vw(
  1. num value
)

Viewport width percentage.

Implementation

factory CssLength.vw(num value) = _CssLengthVw;