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