DigitMobileTypography constructor
const
DigitMobileTypography({})
Implementation
const DigitMobileTypography({
required TextStyle normalBase,
required TextStyle displayBase,
Color? normal,
Color? light,
}) : super(
normal: normal,
light: light,
displayBase: displayBase,
normalBase: normalBase,
);