desktopTypography property

DigitDesktopTypography desktopTypography

Implementation

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