h2 property

Text h2

Sets fontSize to 60 logical pixel and fontWeight to light

Implementation

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