raised property

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

Is true if the button should have a box shadow that makes the button look raised.

Implementation

@Input()
bool raised = false;