import 'package:flutter/material.dart'; import 'example.dart'; void main() { runApp(MaterialApp( // Title title: "Using Custom Fonts", // Home home: const Example(), )); }