SliverStickyCollapsablePanelStatus constructor

const SliverStickyCollapsablePanelStatus(
  1. double scrollPercentage,
  2. bool isPinned,
  3. bool isExpanded
)

Implementation

const SliverStickyCollapsablePanelStatus(
  this.scrollPercentage,
  this.isPinned,
  this.isExpanded,
);