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.
The default font of MaterialApp is roboto
, a Google font.