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