toTextTheme method

TextTheme toTextTheme()

Implementation

TextTheme toTextTheme() {
  return TextTheme(
    bodyLarge: body1,
    bodyMedium: body2,
    titleMedium: subtitle1,
    titleSmall: subtitle2,
    labelLarge: button,
    bodySmall: caption,
    labelSmall: overline,
    headlineSmall: heading5,
    titleLarge: heading6,
    displayLarge: heading1,
    displayMedium: heading2,
    displaySmall: heading3,
    headlineMedium: heading4,
  );
}