menu
element_core package
documentation
modules.dart
Obs<T>
autoNotify property
autoNotify property
dark_mode
light_mode
autoNotify
property
bool
autoNotify
getter/setter pair
变量发生更新时自动通知 UI 更新,若你想手动执行
notify
通知 UI 更新,可以将其设置为 false。 此属性允许在任意地方动态修改它。
Implementation
bool autoNotify;
element_core package
documentation
modules
Obs<T>
autoNotify property
Obs class