You can simply add ElevatedButton. icon() widget , you will get the icon property where you can pass Icon data to add Icon on Elevated Button.
Read moreHow do you add Icons on Flutter?
Flutter provides an Icon Widget to create icons in our applications. We can create icons in Flutter, either using inbuilt icons or with the custom icons.
Read more