heading4 property

  1. @override
TextStyle get heading4
override

H4: card headers, dialog titles — Inter Medium 17px

Implementation

@override
TextStyle get heading4 => _text(17, weight: FontWeight.w500, letterSpacing: -0.15, lineHeight: 1.3);