Function Button.text

The button's text that will be displayed inside the button's area.

String text() nothrow @property @nogc;

void text (
  String v
) nothrow @property @nogc;