forceTestFonts property
final
When true, all text will be laid out and rendered using test fonts.
Only test fonts in ui.TextStyle and ui.ParagraphStyle will be respected. Any other fonts will be ignored.
Implementation
final bool forceTestFonts;