showTrailing property

bool showTrailing
final

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

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

Defaults to true.

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

Implementation

final bool showTrailing;