Files
sendico/frontend/pweb/lib/pages/settings/profile/actions/constants.dart
2026-03-13 23:01:57 +03:00

7 lines
211 B
Dart

class ProfileActionsLayoutConstants {
static const buttonGap = 12.0;
static const contentGap = 16.0;
static const buttonWidth = 180.0;
static const compactBreakpoint = buttonWidth * 3 + buttonGap * 2;
}