CssLength.svh constructor

CssLength.svh(
  1. num value
)

Small viewport height.

Implementation

factory CssLength.svh(num value) = _CssLengthSvh;