Dim.vmin constructor

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

Smallest viewport unit.

Implementation

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