slideDirection property

SlideDirection slideDirection
final

Either SlideDirection.UP or SlideDirection.DOWN. Indicates which way the panel should slide. Defaults to UP. If set to DOWN, the panel attaches itself to the top of the screen and is fully opened when the user swipes down on the panel.

Implementation

final SlideDirection slideDirection;