How to apply different style to ElevatedButton with or without icons
In my application I have many ElevatedButtons
, which I style in the main theme. I need to style the ones with icon differently than the ones without icon.
Flutter: how to apply different style to ElevatedButton with or without icons
In my application I have many ElevatedButtons
, which I style in the main theme.
I need to style the ones with icon differently than the ones without icon.