Describe the feature
A Buttons onClick event should stop the propagation by default.
Add a bool parameter that can enable it again
Why is this feature needed?
Simplicity for the usage of a button in a context where it lies on a a click registering element like a IconButton on a Container that has a different function then the container
Additional context
No response