drop_slider library

Classes

DropSlider
child widget is displayed at drop swipe bottom side To set swipe color user color parameter aboveWidget is responsible for the widget, which is the trigger for the swipe, is displayed while the swipe widget height == 0, as well as above the widget after gestures maxHeight - maximum widget draw height controller Using the controller, you can control the position of this widget (specify the height or return the swipe state to its original position) width - max widget width, default == screen width onDragEnd - when the height of the swipe is greater than the minimum, perform this action reverseDuration - the duration of the delay after which the height of the controller will be changed when rolling back to the primary state (the height can be changed through the controller) opacityDuration - the duration of the child's opacity change on swipe isOnTapEnabled - allows you to activate an action on clicking on an element boxShadow - used to display a shadow on an drop element feedbackType - haptic feedback type
DropSwipeController

Typedefs

HeightBuilder = Widget Function(BuildContext context, double height)
Builder used to redraw widget with current swipe height