isBottomSheet property
bool
get
isBottomSheet
Returns true if the modal type is bottom sheet
Implementation
bool get isBottomSheet => type == S2ModalType.bottomSheet;
Returns true if the modal type is bottom sheet
bool get isBottomSheet => type == S2ModalType.bottomSheet;