noDisabled property

  1. @Input()
bool noDisabled
getter/setter pair

Whether the no button should be disabled.

Default value is false.

Implementation

@Input()
bool noDisabled = false;