Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR TYPESCRIPT

flutter google fonts

Text(
  'This is Google Fonts',
  style: GoogleFonts.lato(
    textStyle: TextStyle(color: Colors.blue, letterSpacing: .5),
  ),
),
Source by pub.dev #
 
PREVIOUS NEXT
Tagged: #flutter #google #fonts
ADD COMMENT
Topic
Name
3+3 =