PrimaryScrollContainer constructor

PrimaryScrollContainer(
  1. GlobalKey<PrimaryScrollContainerState> key,
  2. Widget child
)

Implementation

PrimaryScrollContainer(
  GlobalKey<PrimaryScrollContainerState> key,
  this.child,
) : super(key: key);