Change position of icon of ElevatedButton to the right – Flutter
I’ll write here two methods to change the position of the icon of ElevatedButton.icon from left to the right in Flutter. If you know any better ideas please let me know in the comments. Default Layout of ElevatedButton.icon() Method 1 You could just use the regular ElevatedButton constructor and pass in a Row as its […]
Change position of icon of ElevatedButton to the right – Flutter Read More »