removeScrollViewSplash property

Widget removeScrollViewSplash

Implementation

Widget get removeScrollViewSplash {
  return ScrollConfiguration(behavior: NoShadowScrollBehavior(), child: this);
}