primary property

bool? primary
final

When this is true, the scroll view is scrollable even if it does not have sufficient content to actually scroll. Otherwise, by default the user can only scroll the view if it has sufficient content. See physics.

Cannot be true while a ScrollController is provided to controller, only one ScrollController can be associated with a ScrollView.

Defaults to null.

Implementation

final bool? primary;