percent property
Unit
get
percent
Refers to the CSS % (percent) unit.
This is used to specify a percentage of the parent's width or height.
Implementation
Unit get percent => Unit.percent(toDouble());
Refers to the CSS % (percent) unit.
This is used to specify a percentage of the parent's width or height.
Unit get percent => Unit.percent(toDouble());