h3 property

Text h3

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

Sets fontSize to 48 logical pixel and fontWeight to regular

Implementation

Text get h3 => _copyWith(style: const TextStyle(fontSize: 48.0));