normalSize13Text function

TextStyle normalSize13Text([
  1. Color? color
])

Implementation

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