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