onModelChange method
Callback function for when the model changes, used to force a rebuild with setState()
Implementation
@override
onModelChange(WidgetModel model,{String? property, dynamic value})
{
if (mounted) setState((){});
}
Callback function for when the model changes, used to force a rebuild with setState()
@override
onModelChange(WidgetModel model,{String? property, dynamic value})
{
if (mounted) setState((){});
}