normalSize11Text function

TextStyle normalSize11Text([
  1. Color? color
])

Implementation

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