mint_flutter_extensions library

Extensions

BuildContextColors on BuildContext
Extensions that allows to get a color like: context.primaryColor
BuildContextTextStyles on BuildContext
Extensions that allows to get a text style like: context.displayLarge
TextStyleX on TextStyle
Extensions that allows to apply a text style like: textStyle.bold
TextThemeX on TextTheme
Extensions that allows to apply a color or a font family to the text styles in TextTheme like: textTheme.tint(Colors.red)