You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I suggest that the child function must be typed as T :
classNyListView<T> extendsStatefulWidget {
finalFunction() data;
finaldynamicFunction(List<T> data)? transform;
finalWidgetFunction(BuildContext context, T data) child; /// <- Dynamic is replaced by T