remove padding from button
This commit is contained in:
parent
f5ea3531fb
commit
899593dfed
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ class MyButton extends StatelessWidget {
|
|||
@override
|
||||
Widget build(BuildContext context) {
|
||||
return Padding(
|
||||
padding: const EdgeInsets.all(25.0),
|
||||
padding: const EdgeInsets.symmetric(vertical: 25.0),
|
||||
child: ElevatedButton(
|
||||
onPressed: onTap,
|
||||
style: ElevatedButton.styleFrom(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue