bootstrap constant

AdaptiveBreakpoints const bootstrap

Bootstrap-style breakpoints.

Implementation

static const AdaptiveBreakpoints bootstrap = AdaptiveBreakpoints(
  phone: 576,
  tablet: 768,
  desktop: 992,
);