InnerDrawerCallback typedef

InnerDrawerCallback = void Function(bool isOpened)

Signature for the callback that's called when a InnerDrawer is opened or closed.

Implementation

typedef InnerDrawerCallback = void Function(bool isOpened);