menu
fml package
documentation
widgets/modal/modal_model.dart
ModalModel
getView method
getView method
dark_mode
light_mode
getView
method
Widget
getView
(
{
Key
?
key
,
})
Returns the
MODAL
View
Implementation
Widget getView({Key? key}) => getReactiveView(ModalView(this));
fml package
documentation
widgets/modal/modal_model
ModalModel
getView method
ModalModel class