horizontalMargins constant
Marges horizontales par type d'écran
Implementation
static const Map<SFScreenSize, double> horizontalMargins = {
SFScreenSize.mobile: 16,
SFScreenSize.tablet: 24,
SFScreenSize.desktop: 32,
SFScreenSize.largeDesktop: 32,
};