AlwaysScrollableScrollPhysics constructor
Creates scroll physics that always lets the user scroll.
Implementation
const AlwaysScrollableScrollPhysics({ ScrollPhysics parent }) : super(parent: parent);
Creates scroll physics that always lets the user scroll.
const AlwaysScrollableScrollPhysics({ ScrollPhysics parent }) : super(parent: parent);