# `Plushie.Type.Wrapping`
[🔗](https://github.com/plushie-ui/plushie-elixir/blob/v0.7.2/lib/plushie/type/wrapping.ex#L1)

Line-break strategy for the text `wrapping` prop.

Maps to iced's `text::Wrapping` enum.

# `t`

```elixir
@type t() :: :none | :word | :glyph | :word_or_glyph
```

---

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