model_binder library

Core library with just ModelBinder mixin.

Mixins

ModelBinder
A mixin that adds the function for models to notify listeners after a property has changed in a model.

Typedefs

PropertyCallBack = void Function(Object? value)
Defines a function that will be invoked when the property changed.