inner_drawer library
Classes
- IDOffset
- An immutable set of offset in each of the four cardinal directions.
- InnerDrawer
- InnerDrawerState
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.