buildDialog
A factory method that returns an instance that implements the DialogController interface, for the provided view.
buildDialog?: (view: View) => DialogController
Related
- interface UITheme.ModalControllerFactory staticAn interface that defines methods for creating modal views.