disabled property

  1. @Input.new()
bool disabled
getter/setter pairoverride

Enables/disables the toggle button.

true is disabled and false is enabled.

Implementation

@Input()
bool disabled = false;