Dim.vh constructor

const Dim.vh(
  1. double? value, [
  2. bool important = false
])

Viewport height unit.

Implementation

const Dim.vh(this.value, [this.important = false]) : unit = 'vh';