builder property

Widget Function(BuildContext context) builder
final

Builder function called whenever any reactive variable changes.

This function should return the widget tree to display. Access reactive values using .value property inside the builder.

Implementation

final Widget Function(BuildContext context) builder;