h5 property

Text h5

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

Sets fontSize to 24 logical pixel and fontWeight to regular

Implementation

Text get h5 => _copyWith(style: const TextStyle(fontSize: 24.0));