flutter_theme_extensions

Last updated:

0 purchases

flutter_theme_extensions Image
flutter_theme_extensions Images
Add to Cart

Description:

flutter theme extensions

🎨 Flutter Theme Extensions #
This package was created to save some time while working with the Flutter theming and to make it easier to access theme data from the BuildContext.
👉 How to use this package #
Instead of writing Theme.of(context); Theme.of(context).textTheme; or Theme.of(context).colorScheme;, you can now easily access these values via the BuildContext:
context.theme();, context.textTheme(); or context.colorScheme();

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.