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