h3 property

Text h3

Sets fontSize to 48 logical pixel and fontWeight to regular

Implementation

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