displaySmall static method

TextStyle displaySmall(
  1. BuildContext context
)

Implementation

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