boldSize30Text function

TextStyle boldSize30Text([
  1. Color? color
])

Implementation

TextStyle boldSize30Text([Color? color]) => GoogleFonts.sora(
      fontSize: 30,
      fontWeight: FontWeight.w500,
      color: color,
    );