Dimension.pt constructor Null safety

Dimension.pt(
  1. num _value
)

Set this CSS Dimension to a point value.

Implementation

Dimension.pt(this._value) : _unit = 'pt';