onModelChange method

  1. @override
dynamic onModelChange(
  1. WidgetModel model, {
  2. String? property,
  3. dynamic value,
})
override

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
}