toMap static method
The Map of default screen layout breakpoints.
Implementation
static Map<String, ScreenLayoutBreakpoints> toMap() {
return {
'normal': normal,
'large': large,
};
}
The Map of default screen layout breakpoints.
static Map<String, ScreenLayoutBreakpoints> toMap() {
return {
'normal': normal,
'large': large,
};
}