fillOverscroll property

bool fillOverscroll
final

Indicates whether the child should stretch to fill the overscroll area created by certain scroll physics, such as iOS' default scroll physics. This flag is only relevant when hasScrollBody is false.

Defaults to false, meaning that the default behavior is for the child to maintain its size and not extend into the overscroll area.

Implementation

final bool fillOverscroll;