You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On clicking on the 'x' I want some stuff to happen, and a function to set a field of the song 'x_pressed' to be set to true, and the x-button to disappear or get deactivated. Is there a widget with this functionality available? It would surprise me if I was the first one wanting to use this.
Hello, disable widgets are in progress see #1632, if you want to hide a button it should be possible with a ViewSwitcher on the Button and an SizedBox (cf. example view_switcher).
Hey, I have a widget for a song, which is:
On clicking on the 'x' I want some stuff to happen, and a function to set a field of the song 'x_pressed' to be set to true, and the x-button to disappear or get deactivated. Is there a widget with this functionality available? It would surprise me if I was the first one wanting to use this.
Code now:
I want:
The text was updated successfully, but these errors were encountered: