detailsBuilder property
An optional builder which returns the details.
Can incorporate a value-independent widget subtree from the details into the returned widget tree.
This can be null if the entire widget subtree the detailsBuilder builds doest not require the values.
Implementation
final ValueWidgetBuilder<Set<T>> detailsBuilder;