normalSize34Text function

TextStyle normalSize34Text([
  1. Color? color
])

Implementation

TextStyle normalSize34Text([Color? color]) => GoogleFonts.sora(
      fontSize: 34,
      color: color,
    );