AlwaysBouncingScrollPhysics constructor

const AlwaysBouncingScrollPhysics()

Creates scroll physics that always lets the user scroll and bounce back from the edge.

Implementation

const AlwaysBouncingScrollPhysics()
    : super(parent: const AlwaysScrollableScrollPhysics());