EndFadeableList constructor
const
EndFadeableList({})
Implementation
const EndFadeableList({
super.key,
required this.scrollController,
required this.child,
this.maxShadeSizeFraction,
this.shadeFadeScrollPosition,
this.scrollDirection = Axis.vertical,
});