Dimension.pt constructor
Dimension.pt(
- num value
Set this CSS Dimension to a point value.
Implementation
Dimension.pt(this.value) : _unit = 'pt';
Set this CSS Dimension to a point value.
Dimension.pt(this.value) : _unit = 'pt';