ResponsiveBreakpoints constructor
const
ResponsiveBreakpoints({
- Key? key,
- required Widget child,
- required List<
Breakpoint> breakpoints, - List<
Breakpoint> ? breakpointsLandscape, - List<
ResponsiveTargetPlatform> ? landscapePlatforms, - bool useShortestSide = false,
- bool debugLog = false,
A wrapper widget that makes child widgets responsive.
Implementation
const ResponsiveBreakpoints({
super.key,
required this.child,
required this.breakpoints,
this.breakpointsLandscape,
this.landscapePlatforms,
this.useShortestSide = false,
this.debugLog = false,
});