h2 property

Text h2

The size of glyphs (in logical pixels) to use when painting the text.

Sets fontSize to 60 logical pixel and fontWeight to light

Implementation

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