builder property

T Function(BuildContext context) builder
final

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;