skip to Main Content

how to add google fonts – Flutter

child: RichText( textAlign: TextAlign.start, text: const TextSpan( text: "What are you looking for?", //here style: TextStyle( color: Colors.black87, fontSize: 18.0, fontWeight: FontWeight.bold)), ), help me to insert google font on the text section. This is the code style: GoogleFonts.hammersmithOne()

VIEW QUESTION
Back To Top
Search