heading1 property

  1. @override
TextStyle get heading1
override

H1: hero titles, page intro — Satoshi Bold 32px

Implementation

@override
TextStyle get heading1 => _display(32, weight: FontWeight.w700, letterSpacing: -1.0, lineHeight: 1.15);