Dimension.percent constructor Null safety
- 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 = '%';