TextTheme Extensions
Helpers for removing boilerplate code on Flutter's TextTheme
Getting Started
This is a very simple utility library for getting a TextTheme.
Instead of:
Theme.of(context).textTheme;
Just do:
context.textTheme;
TextTheme.of(context);