FULL_SCREEN constant

ModalPresentationStyle const FULL_SCREEN

A presentation style in which the presented view covers the screen.

Implementation

static const FULL_SCREEN = ModalPresentationStyle._internal(0, 0);