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;
Helpers for removing boilerplate code on Flutter's TextTheme
This is a very simple utility library for getting a TextTheme
.
Instead of:
Theme.of(context).textTheme;
Just do:
context.textTheme;