Button.text

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

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

Meta