FlapTransitionType#

Deprecated since version 1.4: See the migration guide

class FlapTransitionType#

Describes transitions types of a Flap widget.

It determines the type of animation when transitioning between children in a Flap widget, as well as which areas can be swiped via swipe_to_open and swipe_to_close.

Fields#

class FlapTransitionType
OVER#

The flap slides over the content, which is dimmed. When folded, only the flap can be swiped.

SLIDE#

The flap slides offscreen when hidden, neither the flap nor content overlap each other. Both widgets can be swiped.

UNDER#

The content slides over the flap. Only the content can be swiped.