builder property

PreferredSizeWidget Function(BuildContext context) builder
final

A builder function to create the app bar widget.

This function is called to build the app bar based on the current context and any changes in the stream.

Implementation

final PreferredSizeWidget Function(BuildContext context) builder;