Dim.svh constructor

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

Small viewport height unit.

Implementation

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