LogicInit<T> typedef

LogicInit<T> = dynamic Function(BuildContext, T)

Implementation

typedef LogicInit<T> = Function(BuildContext, T);