FadeScroll constructor
const
FadeScroll({})
Implementation
const FadeScroll({
Key? key,
required this.startOffset,
required this.endOffset,
required this.child,
required this.controller,
required this.gradient,
this.startCrossOffset = 0,
this.endCrossOffset = 0,
}) : super(key: key);