inner_drawer library

Classes

IDOffset
An immutable set of offset in each of the four cardinal directions.
InnerDrawer
The InnerDrawer widget is a container for widgets that slide in from one of two sides of the screen.
InnerDrawerState
The InnerDrawerState for a InnerDrawer.

Enums

InnerDrawerAnimation
Animation type of a InnerDrawer.
InnerDrawerDirection
The possible position of a InnerDrawer.

Typedefs

InnerDragUpdateCallback = void Function(double value, InnerDrawerDirection? direction)
Signature for when a pointer that is in contact with the screen and moves to the right or left values between 1 and 0
InnerDrawerCallback = void Function(bool isOpened)
Signature for the callback that's called when a InnerDrawer is opened or closed.