Dimension.inch constructor

Dimension.inch(
  1. num value
)

Set this CSS Dimension to an inch value.

Implementation

Dimension.inch(this.value) : _unit = 'in';