normalSize10Text function

TextStyle normalSize10Text([
  1. Color? color
])

Implementation

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