Dim.dvh constructor

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

Dynamic viewport height unit.

Implementation

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