to property

Widget Function(BuildContext context, T value) to
final

Builder function that creates the widget for the current value.

Called each time the signal emits with the new value.

Implementation

final Widget Function(BuildContext context, T value) to;