CssLength.svw constructor

CssLength.svw(
  1. num value
)

Small viewport width.

Implementation

factory CssLength.svw(num value) = _CssLengthSvw;