setShadow method

void setShadow(
  1. Shadow shadow
)

Sets the ui.Shadow value for the icon.

Implementation

void setShadow(ui.Shadow shadow) {
  _shadow = shadow;
  _invalidStyle = true;
  requiresRedraw();
}