ToWidget<T> typedef

ToWidget<T> = Widget Function(BuildContext, T)

Implementation

typedef ToWidget<T> = Widget Function(BuildContext, T);