builder property

Widget Function(T) builder
final

A callback function that takes the observed data and returns the widget to be built.

Implementation

final Widget Function(T) builder;