mobileTypography property

DigitMobileTypography get mobileTypography

Implementation

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