moveExitWidgetSelectionButtonBuilder property

MoveExitWidgetSelectionButtonBuilder? moveExitWidgetSelectionButtonBuilder
final

Builds the widget the WidgetInspector uses to move the exit selection mode button.

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 MoveExitWidgetSelectionButtonBuilder? moveExitWidgetSelectionButtonBuilder;