Dim.rem constructor

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

Root element-relative size unit.

Implementation

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