h2 function
Implementation
TextStyle h2({bold = true}) => GoogleFonts.notoSans(
fontSize: 25.0,
fontWeight: bold ? FontWeight.bold : FontWeight.normal,
color: mainTextColor());
TextStyle h2({bold = true}) => GoogleFonts.notoSans(
fontSize: 25.0,
fontWeight: bold ? FontWeight.bold : FontWeight.normal,
color: mainTextColor());