primary property

bool? primary
final

Whether this is the primary scroll view associated with the parent PrimaryScrollController.

This is passed directly to the AnimatedList's primary attribute For more information see the AnimatedList.primary

Implementation

final bool? primary;