title1 property

TextStyle title1
override

Implementation

TextStyle get title1 => GoogleFonts.getFont(
      'Playfair Display',
      color: Colors.white,
      fontWeight: FontWeight.bold,
      fontSize: 22,
    );