Issue was during build/rendering, the ticket was recursively being called in a Stack, making the buttons unreachable to tap.
This approach uses Column instead of Stack and make some adjustments around that.
Barcode widget was changed from Image to Button to test button functionality.
After changes, button action can be triggered.
Issue was during build/rendering, the ticket was recursively being called in a Stack, making the buttons unreachable to tap. This approach uses Column instead of Stack and make some adjustments around that. Barcode widget was changed from Image to Button to test button functionality. After changes, button action can be triggered.