disabled property
Disable the editor immediately after startup. You can re-enable the editor
by calling controller.enable()
.
Implementation
final bool disabled;
Disable the editor immediately after startup. You can re-enable the editor
by calling controller.enable()
.
final bool disabled;