px property
Unit
get
px
Refers to the CSS px (pixel) unit.
This is used to specify a length in pixels.
Implementation
Unit get px => Unit.pixels(toDouble());
Refers to the CSS px (pixel) unit.
This is used to specify a length in pixels.
Unit get px => Unit.pixels(toDouble());