I want to have an onTap to dismiss without SlideToDismiss because I dont want user to slide for dismiss. As for now, I only can enable the state.dismiss() if the state.dismissible is true. But state.dismissible is only true if slideToDismiss is not null. Please help to make state.dismiss() without slide to dismiss. Thanks