Avatar.text

string text() @property nothrow

Get text property.

Returns

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

It's only used to generate the color if adw.avatar.Avatar.showInitials is FALSE.

void text(string propval) @property nothrow

Set text property.

Parameters

propvalSets the text used to generate the fallback initials and color. It's only used to generate the color if adw.avatar.Avatar.showInitials is FALSE.