normalSize16Text static method

TextStyle normalSize16Text([
  1. Color? color
])

Implementation

static TextStyle normalSize16Text([Color? color]) => GoogleFonts.montserrat(
    fontWeight: FontWeight.w400, color: color, fontSize: 16);