h1 property

Text h1

Sets fontSize to 96 logical pixel and fontWeight to light

Implementation

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