Search code examples
flutterdartfonts

What is the default font family of a Flutter app?


How I can retrieve the current font family name for flutter app and what is the default one ?

I have tried

Theme.of(context).textTheme.

and

Theme.of(context).

but there is no attribute for the font family.


Solution

  • The default font of MaterialApp is roboto, a Google font.

    https://fonts.google.com/specimen/Roboto