headingAppBar property

TextStyle get headingAppBar

Implementation

static TextStyle get headingAppBar => _applyFontStyle(TextStyle(
  fontSize: 24,
  fontWeight: FontWeight.bold,
  color: AppColor.apptitleandbuttontextcolor,
));