SmallerBold constructor
Implementation
SmallerBold({
required TextStyle style,
required Color onPrimary,
required Color secondary,
}) : onPrimary = style.copyWith(color: onPrimary),
secondary = style.copyWith(color: secondary);
SmallerBold({
required TextStyle style,
required Color onPrimary,
required Color secondary,
}) : onPrimary = style.copyWith(color: onPrimary),
secondary = style.copyWith(color: secondary);