heading2 property

TextStyle get heading2

Implementation

static TextStyle get heading2 => _applyFontStyle(TextStyle(
  fontSize: 22,
  fontWeight: FontWeight.bold,
  color: AppColor.blackcolor,
));