redesign for settings page
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
class ProfileActionsLayoutConstants {
|
||||
static const buttonGap = 12.0;
|
||||
static const contentGap = 16.0;
|
||||
static const buttonWidth = 180.0;
|
||||
static const compactBreakpoint = buttonWidth * 3 + buttonGap * 2;
|
||||
}
|
||||
Reference in New Issue
Block a user