selectButtonBuilder property
A builder that is called to create the select button.
The onPressed
callback passed as an argument to the builder should be
hooked up to the returned widget.
Implementation
final InspectorSelectButtonBuilder? selectButtonBuilder;