Dimension.percent constructor
Dimension.percent(
- num value
Set this CSS Dimension to a percentage value.
Implementation
Dimension.percent(this.value) : _unit = '%';
Set this CSS Dimension to a percentage value.
Dimension.percent(this.value) : _unit = '%';