Create<T> typedef

Create<T> = T Function(BuildContext context)

TODO: doc

Implementation

typedef Create<T> = T Function(BuildContext context);