normalSize22Text static method

TextStyle normalSize22Text([
  1. Color? color
])

Implementation

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