Sliver List and Buttons

Is it possible to add buttons or ‘on tap’ or ‘on pressed’ to Sliver List or Sliver Grid? I looked at the documentations and it doesn’t seem to have that option. Am I getting that right, that it is currently not an option?

Hi.

On each item (widget) ? Yes it’s possible.

It’s a grid or list of widgets so you have to add a button in the widget. To use a link, you have to pass a link inside the widget.

Items will be mapped inside widgets with what you want… Buttons, icons etc etc

1 Like

@paristocode yes definitely can! Everything is a widget. Simply use a Button Widget or wrap it in an InkWell or GestureDetector widget

1 Like