smallHeading property

TextStyle get smallHeading

Implementation

static TextStyle get smallHeading => _applyFontStyle(TextStyle(
  fontSize: 15,
  fontWeight: FontWeight.w500,
  color: AppColor.blackcolor,
));