ElevatedButton not take up height of parent on Flutter Android
Like the title, you can see my Button is not take up full height of the Row.The Blue background color is the Container wrap my button to visualize the container size. You can see the Image without some background color below.
I have no idea what causes this, can’t find any answer on internet so i post this here. Below is my code and the image. Thank you for any help.