normalSize9Text function

TextStyle normalSize9Text([
  1. Color? color
])

Implementation

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