To change various features like color, shape, padding of an ElevatedButton, we use the style property. To change the shape, we use shape property inside the ElevatedButton. styleFrom class .
Read moreHow do you make a rounded raised button in Flutter?
Create a rounded button/button with border-radius in Flutter
Read more