footer property

TextStyle get footer

Implementation

static TextStyle get footer => GoogleFonts.getFont(primaryFont,
    color: Colors.white,
    fontSize: 15,
    fontWeight: FontWeight.w700,
    fontStyle: FontStyle.normal);