normalSize34Text static method

TextStyle normalSize34Text([
  1. Color? color
])

Implementation

static TextStyle normalSize34Text([Color? color]) =>
    GoogleFonts.montserrat(fontSize: 34, color: color);