SnappingScrollNotificationHandler.withHapticFeedback constructor
SnappingScrollNotificationHandler.withHapticFeedback({})
Implementation
factory SnappingScrollNotificationHandler.withHapticFeedback({
required double expandedBarHeight,
required double collapsedBarHeight,
double bottomBarHeight = 0.0,
}) =>
SnappingScrollNotificationHandler(
expandedBarHeight: expandedBarHeight,
collapsedBarHeight: collapsedBarHeight,
shouldAddHapticFeedback: true,
bottomBarHeight: bottomBarHeight,
);