Dimension.px constructor

Dimension.px(
  1. num value
)

Set this CSS Dimension to a pixel value.

Implementation

Dimension.px(this.value) : _unit = 'px';