h1 property

Text get h1

Applies h1 style: font size 96 logical pixels and light font weight

Implementation

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