COVER_VERTICAL constant
When the view controller is presented, its view slides up from the bottom of the screen. On dismissal, the view slides back down. This is the default transition style.
Implementation
static const COVER_VERTICAL = ModalTransitionStyle._internal(0, 0);