Answers for "change font theme flutter"

0

change app font flutter

MaterialApp(
     title: 'Custom Fonts',
     // Set Raleway as the default app font.
     theme: ThemeData(fontFamily: 'Raleway'),
     home: MyHomePage(),
   );
Posted by: Guest on December-15-2021

Code answers related to "Dart"

Browse Popular Code Answers by Language