PopupEvent.hideAll constructor

PopupEvent.hideAll({
  1. required bool disableAnimation,
})

Implementation

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