h3 function

TextStyle h3({
  1. dynamic bold = true,
})

Implementation

TextStyle h3({bold = true}) =>
    GoogleFonts.notoSans(fontSize: 20.0, color: mainTextColor());