CSSLength constructor

CSSLength(
  1. num value, [
  2. CSSUnit unit = CSSUnit.px
])

Implementation

CSSLength(this.value, [this.unit = CSSUnit.px]);