how to use fontfamily properly in flutter
body: Center( child: SizedBox( width: 400, height: 400, child: Center( child: Row( children: [ Image.asset('images/solider.png'), const Text('Hello',style:TextStyle(fontFamily: 'IndieFlower'),) ], ) ) ), ), fontfamily is not affected import 'package:flutter/material.dart'; I only include this