new UIContainer
Creates a new container view object with the provided view content.
constructor(...content: View[])
Related
- class UIContainer abstractA base view class that represents a container component with no specific layout or styling.
Creates a new container view object with the provided view content.
constructor(...content: View[])