isBottomSheet property

bool isBottomSheet

Returns true if the modal type is bottom sheet

Implementation

bool get isBottomSheet => type == S2ModalType.bottomSheet;