toMap static method

The Map of default screen layout breakpoints.

Implementation

static Map<String, ScreenLayoutBreakpoints> toMap() {
  return {
    'normal': normal,
    'large': large,
  };
}