An optional parameter specifying the windowSoftInputMode of the dialog window. For possible values see https://developer.android.com/reference/android/view/WindowManager.LayoutParams#softInputMode
An optional parameter specifying whether to show the modal view with animation.
An optional parameter specifying whether the modal view can be dismissed when not in full-screen mode.
A function that will be called when the view is closed. Any arguments provided when calling ShownModallyData.closeCallback will be available here.
Any context you want to pass to the modally shown view. This same context will be available in the arguments of the shownModally event handler.
An optional parameter specifying whether to show the modal view in full-screen mode.
An optional parameter that specify options specific to iOS as an object.
height of the popup dialog
The UIModalPresentationStyle to be used when showing the dialog in iOS .
width of the popup dialog
An optional parameter specifying whether to stretch the modal view when not in full-screen mode.
Use ShowModalOptions.cancelable instead. An optional parameter specifying whether the modal view can be dismissed when not in full-screen mode.