all library
Extensions
- FontStyles on TextStyle
- Converts in a simple way a textStyle to the desired font style.
- FontWeights on TextStyle
- Converts in a simple way a textStyle to the desired font weight.
-
Helper extension that allows to use a navigator like:
context.push(SomePage()) - Sizes on BuildContext
-
Helper extension that allows to use a size like:
context.width - TextStyles on BuildContext
-
Helper extension that allows to use a text style like:
context.h1 - ThemeColors on BuildContext
-
Helper extension that allows to use a color like:
context.primaryColor - Themes on BuildContext
-
Helper extension that allows to use a text style like:
context.textTheme