MiuixExitUntilCollapsedScrollBehavior constructor
MiuixExitUntilCollapsedScrollBehavior({})
Implementation
MiuixExitUntilCollapsedScrollBehavior({
MiuixTopAppBarState? state,
this.canScroll,
this.snapOnRelease = true,
this.snapDuration = const Duration(milliseconds: 280),
this.snapCurve = Curves.easeOutCubic,
this.lockSmallTitleUntilTop = false,
}) : state = state ?? MiuixTopAppBarState();