isPopupDialog property

bool get isPopupDialog

Returns true if the modal type is popup dialog

Implementation

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