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