WidgetWrapper typedef

WidgetWrapper = Widget Function(Widget)

Signature for callbacks that wrap a Widget with another Widget when creating a Preview.

Implementation

typedef WidgetWrapper = Widget Function(Widget);