isPopupDialog property

bool isPopupDialog

Returns true if the modal type is popup dialog

Implementation

bool get isPopupDialog => type == S2ModalType.popupDialog;