ResourceWidgetBuilder<T> typedef

ResourceWidgetBuilder<T> = Widget Function(WatcherContext context, T resource)

Signature for functions that builds a Widget using a resource.

Implementation

typedef ResourceWidgetBuilder<T> = Widget Function(WatcherContext context, T resource);