initialValueBuilder property
T Function()
initialValueBuilder
final
Creates a widget that both has state and delegates its build to a callback.
The builder argument must not be null.
Implementation
final T Function() initialValueBuilder;