revert some changes

Signed-off-by: xsahil03x <[email protected]>
This commit is contained in:
Sahil Kumar
2023-04-20 17:28:33 +05:30
committed by xsahil03x
parent ccfacd4af1
commit a909261072
2 changed files with 6 additions and 12 deletions
@@ -26,12 +26,8 @@ class UnboundedCustomScrollView extends CustomScrollView {
super.slivers,
super.semanticChildCount,
super.dragStartBehavior,
ScrollViewKeyboardDismissBehavior? keyboardDismissBehavior,
}) : _anchor = anchor,
super(
keyboardDismissBehavior: keyboardDismissBehavior ??
ScrollViewKeyboardDismissBehavior.manual,
);
super.keyboardDismissBehavior = ScrollViewKeyboardDismissBehavior.manual,
}) : _anchor = anchor;
// [CustomScrollView] enforces constraints on [CustomScrollView.anchor], so
// we need our own version.