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
The text was updated successfully, but these errors were encountered:
Hello,
I suggest that the child function must be typed as T :
The text was updated successfully, but these errors were encountered: