Export library

/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

Classes

FlickController
The widget that is responsible of ALL Flick related logic and UI. It is important to define two essential concepts used for this package: I) The view is what is being moved. It is the widget that flicks. II) The bound is what constrains the view.
FlickControllerState

Typedefs

DragCallback = void Function(dynamic dragDetails)
FlickCallback = void Function(Offset offset)
MoveCallback = void Function(Offset offset)