Avatar.text

Set text property.

  1. string text [@property getter]
  2. string text [@property setter]
    class Avatar
    @property
    void
    text
    (
    string propval
    )

Parameters

propval string

Sets the text used to generate the fallback initials and color.

It's only used to generate the color if property@Avatar:show-initials is FALSE.