Dim.vmax constructor

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

Maximum viewport unit.

Implementation

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