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