disabled property
Enables/disables the toggle button.
true
is disabled and false
is enabled.
Implementation
@Input()
bool disabled = false;
Enables/disables the toggle button.
true
is disabled and false
is enabled.
@Input()
bool disabled = false;