kCssFlexFallbackFontSize top-level constant

double const kCssFlexFallbackFontSize

The default font size flutter_html starts a document at.

Style.fromTextStyle (html_parser.dart:201) seeds the tree from the ambient DefaultTextStyle, and FontSize.medium (style/fontsize.dart:15) is 14. This value only comes into play for an element whose computed font size is somehow absent, and it exists so that an em gap still resolves to a number instead of being dropped.

Implementation

const double kCssFlexFallbackFontSize = 14;