saveDisabled property

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

Whether the save button is disabled.

Implementation

@Input()
bool saveDisabled = false;