controllable_widgets library

Classes

CustomAnimatedWidget
A Widget that handles animations for its child. Transition durations and curves can be provided to customize the animation.
CustomAnimatedWidgetController
A controller used to control a CustomAnimatedWidget. The controller must not be used with more than one widget. If you want to control another widget, create another controller.
CustomPositionedWidget
A custom widget with controllable offset and padding. The provided controller can be used to control these properties.
CustomPositionedWidgetController
A controller for controlling the position and padding of a widget. Must not be used with more than one widget.
PopupController
A controller used to control the properties of a single popup. The controller should be disposed when it is not going to be used anymore.