vh property

Unit get vh

Refers to the CSS vh (viewport height) unit.

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

Implementation

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