Docs (4.0.0)
class UIContainer property

spacing

Space between components, in pixels or CSS length with unit.

spacing?: string | number

Notes

  • This property is only set by default on UIRow, to apply UITheme.rowSpacing.
  • If this property is set, its value overrides separator from the current layout object.

Related

  • class UIContainer abstractA base view class that represents a container component with no specific layout or styling.