ScrollSwitchWidget constructor
const
ScrollSwitchWidget({})
Implementation
const ScrollSwitchWidget({
Key? key,
this.unfoldChild,
required this.child,
required this.scrollableNotifier,
required this.maxOfExtent,
required this.minOfExtent,
}) : this.heightRatio = 1 - (minOfExtent / maxOfExtent),
super(key: key);