h2 property

Text get h2

Applies h2 style: font size 60 logical pixels and light font weight

Implementation

Text get h2 => _copyWith(
    style: const TextStyle(fontSize: 60.0, fontWeight: FontWeight.w300));