builder property

ValueWidgetBuilder<T> builder
final

A callback that builds a Widget based on the current value of stateNotifier

Cannot be null.

Implementation

final ValueWidgetBuilder<T> builder;