ScalifySliverPersistentHeader constructor
const
ScalifySliverPersistentHeader({})
Creates a ScalifySliverPersistentHeader.
Implementation
const ScalifySliverPersistentHeader({
super.key,
required this.builder,
required this.mobileMaxHeight,
this.tabletMaxHeight,
this.desktopMaxHeight,
this.minHeight,
this.pinned = true,
this.floating = false,
});