textTheme function

TextTheme textTheme(
  1. BuildContext context
)

Implementation

TextTheme textTheme(BuildContext context) {
  return Theme.of(context).textTheme;
}