A widget that displays text with optional decorations. Possible keys include an icon, a label
above and a label below. Setting the text content and one of the keys is required using setText(text)
and one of setIcon(icon), setIconUrl(url), setTopLabel(text), or setBottomLabel(text).
This class is intended to replace KeyValue.
A widget that displays text with optional decorations. Possible keys include an icon, a label above and a label below. Setting the text content and one of the keys is required using setText(text) and one of setIcon(icon), setIconUrl(url), setTopLabel(text), or setBottomLabel(text). This class is intended to replace KeyValue.