menu
neomage package
documentation
data/tools/tool.dart
ReadOnlyToolMixin
isEnabled property
isEnabled property
dark_mode
light_mode
isEnabled
property
bool
get
isEnabled
inherited
Whether this tool is enabled (can be toggled by config).
Implementation
bool get isEnabled => true;
neomage package
documentation
data/tools/tool
ReadOnlyToolMixin
isEnabled property
ReadOnlyToolMixin mixin