Create<T> typedef

Create<T> = T Function(BuildContext context)

A function that creates an object of type T.

Implementation

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