normalSize28Text function

TextStyle normalSize28Text([
  1. Color? color
])

Implementation

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