Quick Tip – How to use a custom font in Flutter
What is the Default font in Flutter The default font family for Android is Roboto and in iOS it is SF UI Display or SF UI Text (SF meaning San Francisco). These are default fonts in the devices. So, if you do not use a custom font the text will be displayed as the default …