h5 property

Text h5

Sets fontSize to 24 logical pixel and fontWeight to regular

Implementation

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