CROSS_DISSOLVE constant

ModalTransitionStyle 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 = ModalTransitionStyle._internal(2, 2);