normalSize15Text function

TextStyle normalSize15Text([
  1. Color? color
])

Implementation

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