CustomScrollView is used in Flutter to nest SliverGrid components. When the controller property of CustomScrollView is set, the Sliver effect becomes invalid
effect:
description:
when you slide the list of SliverGrid components, you need to move the blue box up to cover the title.
but when the controller property of CustomScrollView is set, the effect is invalid and normal when it is removed.