Dim.lvw constructor

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

Large viewport width unit.

Implementation

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