normalSize17Text function

TextStyle normalSize17Text([
  1. Color? color
])

Implementation

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