textTheme property

TextTheme get textTheme

Get TextTheme from BuildContext

final TextTheme textTheme = context.textTheme;

Implementation

TextTheme get textTheme => themeData.textTheme;