AdaptiveHeightSliverPersistentHeader constructor

const AdaptiveHeightSliverPersistentHeader({
  1. Key? key,
  2. required Widget child,
  3. bool pinned = false,
  4. bool floating = false,
  5. bool needRepaint = false,
  6. double initialHeight = .0,
})

Implementation

const AdaptiveHeightSliverPersistentHeader({
  super.key,
  required this.child,
  this.pinned = false,
  this.floating = false,
  this.needRepaint = false,
  this.initialHeight = .0,
});