pub static DESELECT_ON_DEINIT_VAR: ContextVar<bool>
Expand description
If value
is deselected when the widget that has the value is deinited and the value was selected.
Use the deselect_on_deinit
property to set. By default is false
.
pub static DESELECT_ON_DEINIT_VAR: ContextVar<bool>
If value
is deselected when the widget that has the value is deinited and the value was selected.
Use the deselect_on_deinit
property to set. By default is false
.