DEFAULT_SCREEN_SIZES constant
default screen sizes as a list so that you can use it as the AutoLayout.breakpoints
Implementation
static const List<double> DEFAULT_SCREEN_SIZES = [SMALL, MEDIUM, LARGE];
default screen sizes as a list so that you can use it as the AutoLayout.breakpoints
static const List<double> DEFAULT_SCREEN_SIZES = [SMALL, MEDIUM, LARGE];