textTheme function

TextTheme textTheme(
  1. BuildContext context
)

Implementation

TextTheme textTheme(BuildContext context) {
  return theme(context).textTheme;
}