normalSize24Text static method

TextStyle normalSize24Text([
  1. Color? color
])

Implementation

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