Map to translate gridsize id to a name
Map<int, String> gridName = { xs: 'xs', sm: 'sm', md: 'md', lg: 'lg', xl: 'xl', xxl: 'xxl', xxxl: 'xxxl', };