displayLarge static method
Implementation
static TextStyle displayLarge(BuildContext context) {
return GoogleFonts.workSans(fontSize: 22, fontStyle: FontStyle.normal);
}
static TextStyle displayLarge(BuildContext context) {
return GoogleFonts.workSans(fontSize: 22, fontStyle: FontStyle.normal);
}