mobileTypography property

DigitMobileTypography mobileTypography

Implementation

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