inspectorSelectButtonBuilder property

InspectorSelectButtonBuilder? inspectorSelectButtonBuilder
final

Builds the widget the WidgetInspector uses to switch between view and inspect modes.

This lets MaterialApp to use a Material Design button to toggle the inspector select mode without requiring WidgetInspector to depend on the material package.

Implementation

final InspectorSelectButtonBuilder? inspectorSelectButtonBuilder;