Dimension.inch constructor
Dimension.inch(
- num value
Set this CSS Dimension to an inch value.
Implementation
Dimension.inch(this.value) : _unit = 'in';
Set this CSS Dimension to an inch value.
Dimension.inch(this.value) : _unit = 'in';