core/types/active_models library

Classes

ActiveModel<T>
An ActiveModel can take the nature of any any object type. When an update is done an ActiveStateChanged event is triggered which in-turn makes a UI rebuild of that widget. UseCases
ActiveModelValue<T>

Functions

createActiveModel<T>(T value, {String? typeName}) ActiveModel<T>
createActiveModel Short hand helper function to Create a non nullable value An ActiveModel can take the nature of any any object type. When an update is done an ActiveStateChanged event is triggered which in-turn makes a UI rebuild of that widget.
createActiveNullableModel<T>({String? typeName}) ActiveModel<T?>
createActiveNullableModel Create a nullable value An ActiveModel can take the nature of any any object type. When an update is done an ActiveStateChanged event is triggered which in-turn makes a UI rebuild of that widget.