tapBehaviorButtonBuilder property

TapBehaviorButtonBuilder? tapBehaviorButtonBuilder
final

Builds the widget the WidgetInspector uses to change the default behavior when tapping on widgets in the app.

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 TapBehaviorButtonBuilder? tapBehaviorButtonBuilder;