Dimension.inch constructor Null safety

Dimension.inch(
  1. num _value
)

Set this CSS Dimension to an inch value.

Implementation

Dimension.inch(this._value) : _unit = 'in';