getView method

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

Returns the MODAL View

Implementation

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