normalSize28Text static method

TextStyle normalSize28Text([
  1. Color? color
])

Implementation

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