# `Plushie.Canvas.Shape.ShapeStyle`
[🔗](https://github.com/plushie-ui/plushie-elixir/blob/v0.6.0/lib/plushie/canvas/shape/shape_style.ex#L1)

Style overrides for interactive canvas shape states (hover, pressed).

# `t`

```elixir
@type t() :: %Plushie.Canvas.Shape.ShapeStyle{
  fill: String.t() | map() | nil,
  opacity: number() | nil,
  stroke: String.t() | map() | nil
}
```

# `from_opts`

```elixir
@spec from_opts(keyword()) :: t()
```

Constructs a shape style from a keyword list.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
