normalSize12Text static method

TextStyle normalSize12Text([
  1. Color? color
])

Implementation

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