normalSize32Text static method

TextStyle normalSize32Text([
  1. Color? color
])

Implementation

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