Dim.em constructor

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

Element-relative size unit.

Implementation

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