ScrollShadow constructor

const ScrollShadow(
  1. ScrollController scrollController,
  2. String pos,
  3. Axis axis,
  4. Color? shadowColor, {
  5. Key? key,
})

Implementation

const ScrollShadow(
    this.scrollController, this.pos, this.axis, this.shadowColor,
    {super.key});