animated_clipper library

Classes

AnimatedClipReveal
A widget that does a an animated clip path reveal between a new widget and the widget previously set on the AnimatedClipReveal as a child.
AnimatedCrossClip
A widget that does a an animated clip path reveal betweentwo given children.
ClipPathTransition
Wraps a widget with ClipPath and Animates clipper with a PathBuilder.
ClipSwitch
Toggles between two widgets with an animated clip path
PathBuilder
PathBuilder is an abstract class that returns a Path for use with a CustomClipper. It can render a range of "visibility":
PathBuilderClipper
Uses a PathBuilder to return a CustomClipper for a given value
PathBuilders
A collection of pathBuilders

Enums

CrossClipState
Specifies which of two children to show. See AnimatedCrossClip.