7 lines
211 B
Dart
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;
|
|
}
|