Docs (4.0.0)
class UILabel property

small

True if the small label style should be applied to this label.

small?: boolean

Notes

  • The small label style is defined by the theme, identified as SmallLabel, and also available as ui.style.LABEL_SMALL.
  • If the style property is set, this property is ignored.

Related