raised property

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

Whether the buttons should be raised.

Default value is false.

Implementation

@Input()
bool raised = false;