How do I set the text style to headline1
or body1
like it is described in the "Material Text Scale: Modernizing Flutter Text Theming" section of the Flutter 1.17 Announcement article
final TextStyle TEXT_STYLE = GoogleFonts.lato(textStyle: *something in here?*);