ResponsiveBreakpointsProvider constructor

const ResponsiveBreakpointsProvider({
  1. Key? key,
  2. BreakpointValues breakpoints = const BreakpointValues(),
  3. required Widget child,
})

Implementation

const ResponsiveBreakpointsProvider({
  Key? key,
  this.breakpoints = const BreakpointValues(),
  required this.child,
}) : super(key: key);