getView method

Widget getView({
  1. Key? key,
})

Returns the MODAL View

Implementation

Widget getView({Key? key}) => getReactiveView(ModalView(this));