mobileTypography property
DigitMobileTypography
get
mobileTypography
Implementation
DigitMobileTypography get mobileTypography => DigitMobileTypography(
normalBase: const TextStyle(
fontFamily: 'Roboto',
),
displayBase: const TextStyle(
fontFamily: 'Roboto',
),
light: colors.light.textSecondary,
normal: colors.light.textPrimary,
);