subheading property

TextStyle get subheading

Implementation

static TextStyle get subheading => _applyFontStyle(TextStyle(
  fontSize: 18,
  fontWeight: FontWeight.normal,
  color: AppColor.blackcolor,
));