Dim.raw constructor

const Dim.raw(
  1. String expression, [
  2. bool important = false
])

Raw expression (e.g. calc(100% - 48px)).

Implementation

const Dim.raw(String expression, [this.important = false])
  : value = null,
    unit = expression;