onModelChange method
Implementation
@override
onModelChange(WidgetModel model, {String? property, value}) {
// TODO missing setState?
onPropertyChange(StringObservable(
null, null)); // Allow us to rebuild the child model when it changes
}
@override
onModelChange(WidgetModel model, {String? property, value}) {
// TODO missing setState?
onPropertyChange(StringObservable(
null, null)); // Allow us to rebuild the child model when it changes
}