ScrollSpec.overscroll constructor

const ScrollSpec.overscroll({
  1. Color? color,
})

Creates an overscroll effect with the given color.

Implementation

const ScrollSpec.overscroll({Color? color}) : this(overscrollColor: color);