FadeScrollTheme constructor

const FadeScrollTheme({
  1. double? startOffset,
  2. double? endOffset,
  3. List<Color>? gradient,
})

Creates a FadeScrollTheme.

Implementation

const FadeScrollTheme({
  this.startOffset,
  this.endOffset,
  this.gradient,
});