primary property Null safety
finalinherited
Whether this is the primary scroll view associated with the parent PrimaryScrollController.
On iOS, this identifies the scroll view that will scroll to top in response to a tap in the status bar.
Defaults to true when scrollDirection is Axis.vertical and controller is null.
Implementation
final bool? primary;