values property
Set of all values of ModalPresentationStyle.
Implementation
static final Set<ModalPresentationStyle> values = [
ModalPresentationStyle.AUTOMATIC,
ModalPresentationStyle.CURRENT_CONTEXT,
ModalPresentationStyle.CUSTOM,
ModalPresentationStyle.FORM_SHEET,
ModalPresentationStyle.FULL_SCREEN,
ModalPresentationStyle.NONE,
ModalPresentationStyle.OVER_CURRENT_CONTEXT,
ModalPresentationStyle.OVER_FULL_SCREEN,
ModalPresentationStyle.PAGE_SHEET,
ModalPresentationStyle.POPOVER,
].toSet();