chore: remove horizontal offset from pressable button widget (#4180)
This commit is contained in:
parent
b5558905d8
commit
9ef954a8d5
1 changed files with 0 additions and 5 deletions
|
|
@ -172,17 +172,12 @@ class PressableButtonState extends State<PressableButton>
|
|||
bottom: !_depressed
|
||||
? widget.buttonHeight - _tweenAnimation.value
|
||||
: 0,
|
||||
right: !_depressed
|
||||
? (widget.buttonHeight - _tweenAnimation.value) /
|
||||
2
|
||||
: 0,
|
||||
),
|
||||
child: child,
|
||||
),
|
||||
],
|
||||
),
|
||||
),
|
||||
SizedBox(height: _tweenAnimation.value / 2),
|
||||
],
|
||||
);
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue