normalSize24Text function

TextStyle normalSize24Text([
  1. Color? color
])

Implementation

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