textTheme function

TextTheme textTheme(
  1. BuildContext context
)

textTheme this will help you to access any predefined text themes

Implementation

TextTheme textTheme(BuildContext context) => Theme.of(context).textTheme;