h4 property

Text h4

Sets fontSize to 34 logical pixel and fontWeight to regular

Implementation

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