normalSize11Text static method

TextStyle normalSize11Text([
  1. Color? color
])

Implementation

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