to property
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;
Builder function that creates the widget for the current value.
Called each time the signal emits with the new value.
final Widget Function(BuildContext context, T value) to;