h3 property
Text
get
h3
Applies h3 style: font size 48 logical pixels and regular font weight
Implementation
Text get h3 => _copyWith(style: const TextStyle(fontSize: 48.0));
Applies h3 style: font size 48 logical pixels and regular font weight
Text get h3 => _copyWith(style: const TextStyle(fontSize: 48.0));