textTheme constant
TextTheme
const textTheme
Implementation
static const TextTheme textTheme = TextTheme(
headlineMedium: display1, //headline4 replaced
headlineSmall: headline, //headline5 replaced
titleLarge: title, //headline6 replaced
titleSmall: subtitle, //subtitle2 replaced
bodyLarge: body2, //bodyText1 replaced
bodyMedium: body1, //bodyText2 replaced
bodySmall: caption, //caption replaced
);