bootstrap property

Map<String, double> get bootstrap

Bootstrap-style breakpoints

Implementation

static Map<String, double> get bootstrap => {
      'xs': 0,
      'sm': 576,
      'md': 768,
      'lg': 992,
      'xl': 1200,
      'xxl': 1400,
    };