builder property
A builder function to create the widget content.
This function is called to build the widget based on the current context and any changes in the stream.
Implementation
final T Function(BuildContext context) builder;
A builder function to create the widget content.
This function is called to build the widget based on the current context and any changes in the stream.
final T Function(BuildContext context) builder;