exitWidgetSelectionButtonBuilder property
final
Builds the widget the WidgetInspector uses to exit selection mode.
This lets MaterialApp and CupertinoApp use an appropriately styled button for their design systems without requiring WidgetInspector to depend on the Material or Cupertino packages.
Implementation
final ExitWidgetSelectionButtonBuilder? exitWidgetSelectionButtonBuilder;