getHorizontalMargin static method
Récupère la marge horizontale pour un type d'écran
Implementation
static double getHorizontalMargin(SFScreenSize size) {
return horizontalMargins[size] ?? defaultGap;
}
Récupère la marge horizontale pour un type d'écran
static double getHorizontalMargin(SFScreenSize size) {
return horizontalMargins[size] ?? defaultGap;
}