exitWidgetSelectionButtonBuilder property
final
Builds the widget the WidgetInspector uses to exit selection mode.
This lets MaterialApp to use a Material Design button to exit the inspector select mode without requiring WidgetInspector to depend on the Material package.
Implementation
final ExitWidgetSelectionButtonBuilder? exitWidgetSelectionButtonBuilder;