exitWidgetSelectionButtonBuilder property
final
A builder that is called to create the exit select-mode button.
The onPressed
callback and key passed as arguments to the builder should
be hooked up to the returned widget.
Implementation
final ExitWidgetSelectionButtonBuilder? exitWidgetSelectionButtonBuilder;