textTheme property
final
Implementation
static final textTheme = TextTheme(
displayLarge: RALITypography.displayLarge,
displayMedium: RALITypography.displayMedium,
displaySmall: RALITypography.displaySmall,
headlineLarge: RALITypography.headlineLarge,
headlineMedium: RALITypography.headlineMedium,
headlineSmall: RALITypography.headlineSmall,
titleLarge: RALITypography.titleLarge,
titleMedium: RALITypography.titleMedium,
titleSmall: RALITypography.titleSmall,
labelLarge: RALITypography.labelLarge,
labelMedium: RALITypography.labelMedium,
labelSmall: RALITypography.labelSmall,
bodyLarge: RALITypography.bodyLarge,
bodyMedium: RALITypography.bodyMedium,
bodySmall: RALITypography.bodySmall,
);