Button.text

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

  1. String text [@property getter]
  2. String text [@property setter]
    struct Button
    @nogc nothrow @property
    void
    text
    (
    String v
    )

Meta