TextLabel.this

WARNING: this currently sets TextAlignment.Right as the default. That will change in a future version. For future-proofing of your code, if you rely on TextAlignment.Right, you MUST specify that explicitly.

  1. this(string label, TextAlignment alignment, Widget parent)
  2. this(string label, Widget parent)
    class TextLabel
    this
Suggestion Box / Bug Report