heading2 property

  1. @override
TextStyle get heading2
override

H2: sezioni principali — Inter SemiBold 24px

Implementation

@override
TextStyle get heading2 => _text(24, weight: FontWeight.w600, letterSpacing: -0.5, lineHeight: 1.2);