OnScrollHideContent constructor
const
OnScrollHideContent({})
Implementation
const OnScrollHideContent({
Key? key,
this.onSizeChanged,
this.onChanged,
required this.controller,
required this.child,
this.floating = true,
this.forcesToHideAtEdge = true,
this.hideContent = true,
this.offsetToHideButton,
this.onTop = true,
this.opacity = false,
}) : super(key: key);