sectionSmall property

TextStyle get sectionSmall

Compact section heading.

Implementation

TextStyle get sectionSmall => section.copyWith(
  fontSize: 18,
  fontWeight: FontWeight.w600,
  height: 1.30,
  letterSpacing: -0.15,
);