disabled property

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

Whether this input is disabled.

Implementation

@Input()
bool disabled = false;