GrxTextTheme constructor

const GrxTextTheme()

Creates a Design System's TextTheme.

Implementation

const GrxTextTheme()
  : super(
      displayLarge: const GrxDisplayLargeTextStyle(),
      displayMedium: const GrxDisplayTextStyle(),
      displaySmall: const GrxDisplaySmallTextStyle(),
      headlineLarge: const GrxHeadlineLargeTextStyle(),
      headlineMedium: const GrxHeadlineTextStyle(),
      headlineSmall: const GrxHeadlineSmallTextStyle(),
      titleLarge: const GrxTitleLargeTextStyle(),
      titleMedium: const GrxTitleTextStyle(),
      titleSmall: const GrxTitleSmallTextStyle(),
      bodyLarge: const GrxBodyLargeTextStyle(),
      bodyMedium: const GrxBodyTextStyle(),
      bodySmall: const GrxBodySmallTextStyle(),
      labelLarge: const GrxLabelLargeTextStyle(),
      labelMedium: const GrxLabelTextStyle(),
      labelSmall: const GrxLabelSmallTextStyle(),
    );