Yeah so basically the controller will hold all the Value notifiers. Then the widget will read those value notifiers from the passed controller? Or it's not what you would do?
Comments
Log in with your Bluesky account to leave a comment
1) In simple cases the controller is just a value notifier because that's all you need
2) In more complex cases, the controller publishes events and allows the user to subscribe to them (either via a Stream or controller provided subscription mechanism).
Comments
1) In simple cases the controller is just a value notifier because that's all you need
2) In more complex cases, the controller publishes events and allows the user to subscribe to them (either via a Stream or controller provided subscription mechanism).