WidgetOverlayBuilder typedef
- {BuildContext context,
- Testable testable}
Builder function that renders the Testable overlay when it is active.
Implementation
typedef WidgetOverlayBuilder = Function({
BuildContext context,
Testable testable,
});
Builder function that renders the Testable overlay when it is active.
typedef WidgetOverlayBuilder = Function({
BuildContext context,
Testable testable,
});