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