CROSS_DISSOLVE constant
IOSUIModalTransitionStyle
const CROSS_DISSOLVE
When the view controller is presented, the current view fades out while the new view fades in at the same time. On dismissal, a similar type of cross-fade is used to return to the original view.
Implementation
static const CROSS_DISSOLVE = IOSUIModalTransitionStyle._internal(2, 2);