Widget Exposed Variable Fails to Capture Value Which Is Set During Construction

I am constructing my widget

This is a List View and that’s not how they work, you never add widgets to list views directly. You add data objects instead and the list view instantiates the widgets for you. Better have a look at a List View tutorial.


A crude random crash course example:

2 Likes