Function thats receive a non-null T data returned by future and return a Widget.
T
final Widget Function(T data) builder;