ArnaDrawerCallback typedef

ArnaDrawerCallback = void Function(bool isOpened)

Signature for the callback that's called when an ArnaDrawerController is opened or closed.

Implementation

typedef ArnaDrawerCallback = void Function(
  /// Whether or not the drawer is opened or closed.
  bool isOpened,
);