textTheme constant

TextTheme const textTheme

Implementation

static const TextTheme textTheme = TextTheme(
    headline1: TextStyles.headline1,
    headline2: TextStyles.headline2,
    headline3: TextStyles.headline3,
    headline4: TextStyles.headline4,
    headline5: TextStyles.headline5,
    subtitle1: TextStyles.subtitle1,
    subtitle2: TextStyles.subtitle2,
    button: TextStyles.button,
    bodyText1: TextStyles.bodyText1,
    bodyText2: TextStyles.bodyText2,
    caption: TextStyles.caption);