displayLarge static method

TextStyle displayLarge(
  1. BuildContext context
)

Implementation

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