containerWidths constant

Map<BSBreakPointLabels, double> const containerWidths

width of the container at each breakpoint. Unless the max width is smaller, or the container is in fluid mode BSBreakPointLabels.xxl: 1320.0, BSBreakPointLabels.xl: 1140.0, BSBreakPointLabels.lg: 960.0, BSBreakPointLabels.md: 720.0, BSBreakPointLabels.sm: 540.0, // smallest = parent width

Implementation

static const Map<BSBreakPointLabels, double> containerWidths = {
  BSBreakPointLabels.xxl: 1320.0,
  BSBreakPointLabels.xl: 1140.0,
  BSBreakPointLabels.lg: 960.0,
  BSBreakPointLabels.md: 720.0,
  BSBreakPointLabels.sm: 540.0,
  // smallest = parent width
};