CssLength.vw constructor
CssLength.vw(
- num value
Viewport width percentage.
Implementation
factory CssLength.vw(num value) = _CssLengthVw;
Viewport width percentage.
factory CssLength.vw(num value) = _CssLengthVw;