TextTheme Extensions

pub package

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;

Libraries

text_theme_extensions