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