AdaptiveHeightSliverPersistentHeader constructor
const
AdaptiveHeightSliverPersistentHeader({})
Implementation
const AdaptiveHeightSliverPersistentHeader({
Key? key,
required this.child,
this.pinned = false,
this.floating = false,
this.initialHeight = .0,
}) : super(key: key);