ScrollShadow constructor
const
ScrollShadow(
- ScrollController scrollController,
- String pos,
- Axis axis,
- Color? shadowColor, {
- Key? key,
Implementation
const ScrollShadow(
this.scrollController, this.pos, this.axis, this.shadowColor,
{super.key});