vw property

Unit get vw

Refers to the CSS vw (viewport width) unit.

This is used to specify a percentage of the viewport width. For example, 50.vw means 50% of the viewport (browser window) width. This is useful for creating responsive layouts.

Implementation

Unit get vw => Unit.vw(toDouble());