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