PopupEvent.hideAll constructor
- required bool disableAnimation,
Implementation
factory PopupEvent.hideAll({required bool disableAnimation}) =>
HideAllPopupsEvent._(disableAnimation: disableAnimation);
factory PopupEvent.hideAll({required bool disableAnimation}) =>
HideAllPopupsEvent._(disableAnimation: disableAnimation);