base property

TextStyle base

Font Size

font-size: 1 * base;
line-height: 1.5;

Implementation

TextStyle get base => _handleFontSite(1, 1.5);