normalSize10Text static method

TextStyle normalSize10Text([
  1. Color? color
])

Implementation

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