h4 property

Text h4

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

Sets fontSize to 34 logical pixel and fontWeight to regular

Implementation

Text get h4 => _copyWith(style: const TextStyle(fontSize: 34.0));