pt property

Unit get pt

Refers to the CSS pt (point) unit.

This is used to specify a font size in certain contexts. Using pixel size may be preferred.

Implementation

Unit get pt => Unit.points(toDouble());