The probable cause of this issue is the use of ClipRRect. Repeated ClipRRect widgets can cause performance issues. The same applies to the Opacity widget as well.
Additionally, in your NetworkImage operations, using services like CachedNetworkImage (or implementing your own solution) can be beneficial for performance.