textTheme constant
TextTheme
const textTheme
Implementation
static const TextTheme textTheme = TextTheme(
headlineLarge: display1,
headlineMedium: headline,
headlineSmall: title,
titleSmall: subtitle,
bodyMedium: body2,
bodyLarge: body1,
bodySmall: caption,
);