BoardControllerStateCallback typedef
BoardControllerStateCallback =
void Function(bool isAnimating)
Called when the board controller is attached or detached
Implementation
typedef BoardControllerStateCallback = void Function(bool isAttached);