DisplayChange typedef

DisplayChange = void Function(bool isOpen)

A widget that displays a radial menu with a floating action button. The menu is displayed when the fab is pressed. The menu is dismissed when the fab is pressed again. The menu is dismissed when the user clicks outside the menu. Develop by Jean Mosquera- 3A Flutter Developer Github Repository 3A Portal

Implementation

typedef DisplayChange = void Function(bool isOpen);