fluent_ui
fluent_ui copied to clipboard
Input base widget
Currently, most of our inputs make use of HoverButton to respond to mouse (hover, press) and touch events, as well as disabled mode. In addition to it, ButtonThemeData static methods are used to change the color of the box based on the current state.
While this method works fine, we should expose the developers a better way to handle input, like material's InkWell.
Originally posted by @Nico04 in https://github.com/bdlukaa/fluent_ui/discussions/928#discussioncomment-13178043
We could also think of a Ink.image replacement 👍