normalSize22Text function

TextStyle normalSize22Text([
  1. Color? color
])

Implementation

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