normalSize26Text static method

TextStyle normalSize26Text([
  1. Color? color
])

Implementation

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