h4 property
Text
get
h4
Applies h4 style: font size 34 logical pixels and regular font weight
Implementation
Text get h4 => _copyWith(style: const TextStyle(fontSize: 34.0));
Applies h4 style: font size 34 logical pixels and regular font weight
Text get h4 => _copyWith(style: const TextStyle(fontSize: 34.0));