Protected
Readonly
This event is fired when the content of the saveable changes. While onDirtyChanged is fired to notify the UI that the widget is dirty, onContentChanged is used for the auto save throttling.
onDirtyChanged
onContentChanged
This event is fired when the content of the dirty variable changes.
dirty
Reverts dirty changes.
Optional
Saves dirty changes.
This event is fired when the content of the saveable changes. While
onDirtyChanged
is fired to notify the UI that the widget is dirty,onContentChanged
is used for the auto save throttling.