Function LineEdit.rightIcon

Sets the icon that will appear in the right end of the LineEdit if there's no text, or always, if clearButtonEnabled is set to false.

Texture rightIcon() nothrow @property @nogc;

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