onModelChange method
Callback to fire the _AnimationViewState.build when the AnimationModel changes
Implementation
@override
onModelChange(WidgetModel model, {String? property, dynamic value}) {
if (mounted) setState(() {});
}
Callback to fire the _AnimationViewState.build when the AnimationModel changes
@override
onModelChange(WidgetModel model, {String? property, dynamic value}) {
if (mounted) setState(() {});
}