ModalModel constructor
ModalModel(
- WidgetModel parent,
- String? id, {
- dynamic title,
Implementation
ModalModel(WidgetModel parent, String? id,
{
dynamic title,
}) : super(parent, id)
{
this.title = title;
}