heading1 property

  1. @override
TextStyle get heading1
override

H1: hero titles, page intro — Inter Bold 32px (Foundation: -0.6 / lh 1.1)

Implementation

@override
TextStyle get heading1 => _text(32, weight: FontWeight.w700, letterSpacing: -0.6, lineHeight: 1.1);