heading2expendable property

TextStyle get heading2expendable

Implementation

static TextStyle get heading2expendable => _applyFontStyle(TextStyle(
   fontSize: 18,
   fontWeight: FontWeight.bold,
   color: AppColor.blacklightexpand,
 ));