Create a rounded button/button with border-radius in Flutter
Read moreHow do you change the shape of an elevated Button in Flutter?
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 more