WidgetOverlayBuilder typedef

WidgetOverlayBuilder = dynamic Function({required BuildContext context, required Testable testable})

Builder function that renders the Testable overlay when it is active.

Implementation

typedef WidgetOverlayBuilder = Function({
  required BuildContext context,
  required Testable testable,
});