AdaptiveScope.bootstrap constructor
const
AdaptiveScope.bootstrap({
- Key? key,
- required Widget child,
- DesignSize designSize = const DesignSize(),
- ScreenSizeBreakpoints screenSizeBreakpoints = const ScreenSizeBreakpoints(),
Creates an AdaptiveScope with Bootstrap breakpoints.
Implementation
const AdaptiveScope.bootstrap({
super.key,
required this.child,
this.designSize = const DesignSize(),
this.screenSizeBreakpoints = const ScreenSizeBreakpoints(),
}) : breakpoints = AdaptiveBreakpoints.bootstrap;