SPHDelegate constructor
SPHDelegate({})
Implementation
SPHDelegate({
this.unfoldChild,
this.background,
this.showType,
required this.maxOfExtent,
required this.minOfExtent,
required this.child,
}) : this.heightRatio = 1 - (minOfExtent / maxOfExtent);