CollapsingStateCallback typedef

CollapsingStateCallback = void Function(bool isCollapsed, double scrollingOffset, double maxExtent)

Implementation

typedef CollapsingStateCallback = void Function(
  bool isCollapsed,
  double scrollingOffset,
  double maxExtent,
);