LabelWidget record
Static text label child widget for a PanelSpec.
public record LabelWidget : IEquatable<PanelWidget>Public Members
Section titled “Public Members”| name | description |
|---|---|
| LabelWidget(…) | Static text label child widget for a PanelSpec. |
| Text { get; set; } | Text content to display. |
| Tint { get; set; } | Optional tint colour; null uses the framework default text colour. |
See Also
Section titled “See Also”- record PanelWidget
- namespace Stellar.Abstractions.Services