StickyHeaderDelegate constructor
StickyHeaderDelegate({})
Implementation
StickyHeaderDelegate({
required this.child,
required this.minHeight,
required this.maxHeight,
this.pinnedColor = Colors.transparent,
this.normalColor = Colors.transparent,
});