h3 property

TextStyle h3
getter/setter pair

Implementation

static TextStyle h3 = GoogleFonts.roboto(
  fontSize: 30,
  fontWeight: FontWeight.bold,
  color: Colors.black,
);