headingappbar property

TextStyle headingappbar
getter/setter pair

Implementation

static  TextStyle headingappbar =  GoogleFonts.poppins(
    textStyle: TextStyle(
      fontSize: 26,
      fontWeight: FontWeight.normal,
      color: AppColor.blueColor,
    ));