-
-
Couldn't load subscription status.
- Fork 5
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Subscriber widgets take a Widget child(value) argument. In the Flutter API, all such arguments are called builder, so calling it builder would make things easier to understand (child arguments are actual Widget objects, not functions). Also, it should pass the BuildContext as a context argument: Widget builder(context, value).
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request