textTheme method

TextTheme textTheme(
  1. BuildContext context
)

Implementation

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