InheritedResponsiveBreakpoints constructor
const
InheritedResponsiveBreakpoints({
- Key? key,
- required ResponsiveBreakpointsData data,
- required Widget child,
Creates a widget that provides ResponsiveBreakpointsData to its descendants.
The data and child arguments must not be null.
Implementation
const InheritedResponsiveBreakpoints(
{super.key, required this.data, required super.child});