ContextExt extension
Extension on BuildContext providing convenient access to commonly used context-dependent objects.
This extension simplifies access to frequently used Flutter framework objects that are typically retrieved via BuildContext.
- on
Properties
- mediaQuery → MediaQueryData
-
Available on BuildContext, provided by the ContextExt extension
Gets the MediaQueryData for this context.no setter -
Available on BuildContext, provided by the ContextExt extension
Gets the NavigatorState for this context.no setter - scaffoldMessenger → ScaffoldMessengerState
-
Available on BuildContext, provided by the ContextExt extension
Gets the ScaffoldMessengerState for this context.no setter - theme → ThemeData
-
Available on BuildContext, provided by the ContextExt extension
Gets the ThemeData for this context.no setter