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