h5 property
Text
get
h5
Applies h5 style: font size 24 logical pixels and regular font weight
Implementation
Text get h5 => _copyWith(style: const TextStyle(fontSize: 24.0));
Applies h5 style: font size 24 logical pixels and regular font weight
Text get h5 => _copyWith(style: const TextStyle(fontSize: 24.0));