Eliminate the Splash Effect or Glow Effect when reaching the limit of a PageView, ScrollView, ListView, etc.
const RemoveScrollGlow({Key? key, required this.child}) : super(key: key);