DigitTypography constructor
const
DigitTypography({})
Implementation
const DigitTypography({
required TextStyle normalBase,
required TextStyle displayBase,
Color? normal,
Color? light,
}) : _normalBase = normalBase,
_displayBase = displayBase,
_textColorLight = light,
_textColorNormal = normal;