maxHeight property
double
get
maxHeight
Maximum Height any glyph from this font can have
Implementation
double get maxHeight => ascent - descent;
Maximum Height any glyph from this font can have
double get maxHeight => ascent - descent;