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