boldSize45Text function

TextStyle boldSize45Text([
  1. Color? color
])

Implementation

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