Factory<T> typedef

Factory<T> = T Function(BuildContext context)

Implementation

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