Function Button.icon

Button's icon, if text is present the icon will be placed before the text.

Texture icon() nothrow @property @nogc;

void icon (
  Texture v
) nothrow @property @nogc;