isFullPage property

bool isFullPage

Returns true if the modal type is full page

Implementation

bool get isFullPage => type == S2ModalType.fullPage;