noDisplayed property

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

Whether the no button should be displayed.

Default value is true.

Implementation

@Input()
bool noDisplayed = true;