SvgFontSize.absolute constructor

SvgFontSize.absolute(
  1. double size
)

Create an absolute font size.

Implementation

factory SvgFontSize.absolute(double size) => _SvgFontSizeAbsolute(size);