raised property

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

Whether the button is raised.

Implementation

@Input()
bool raised = false;