exxen 0.0.5
exxen: ^0.0.5 copied to clipboard
Exxen is a Flutter package that offers extensions to make your code cleaner, reusable, and easier to maintain.
Context Extension #
You can use very easy context elements,
- For Example:
//context.theme is the same as Theme.of(context)
style: context.theme.textTheme.headlineMedium
//context.textTheme is the same as Theme.of(context).textTheme
style: context.textTheme.headlineMedium