presentationStyle property

CustomerSheetPresentationStyle? presentationStyle
inherited

Controls how the modal is presented (after animation). iOS only. Defaults to popover. See https://developer.apple.com/documentation/uikit/uimodalpresentationstyle for more info.

Implementation

CustomerSheetPresentationStyle? get presentationStyle =>
    throw _privateConstructorUsedError;