InstanceBuilder<T> typedef

InstanceBuilder<T> = Widget Function(T instance)

Builder to construct a Widget for the given instance of type T

Implementation

typedef Widget InstanceBuilder<T>(T instance);