h3 property
double
get
h3
Third-level heading (H3).
Size: header × scaleFactor (default: 46.4 × 1.27 = ~59.0px)
Use cases:
- Large section titles
- Feature headings
- Modal titles
- Card headers (large)
Example:
Text(
'Feature Heading',
style: TextStyle(fontSize: appFontSizes.h3),
)
Implementation
double get h3 => header * _scaleFactor;