showLeading property

bool showLeading
final

Whether to show the overscroll glow on the side with negative scroll offsets.

For a vertical downwards viewport, this is the top side.

Defaults to true.

See showTrailing for the corresponding control on the other side of the viewport.

Implementation

final bool showLeading;