headlineSmall property Null safety
Headline Small Text Style
Implementation
static TextStyle get headlineSmall => _brandTextStyle.copyWith(
fontSize: UnFontSizes.headlineSmall,
fontWeight: UnFontWeight.regular,
);
Headline Small Text Style
static TextStyle get headlineSmall => _brandTextStyle.copyWith(
fontSize: UnFontSizes.headlineSmall,
fontWeight: UnFontWeight.regular,
);