Container

Container

This is a container widget which is used for creating and positioning multiple child widgets.




Constructor

new Container()

Source:

Members

layout

Change the layout property of the container.

Source:

position

Change the position property of the container.

Source:

Methods




button(buttonProps)

Constructs a Button component. Unlike the global button function, this method does not require the position prop to be specified. The container will handle positioning automatically.

Parameters:
Name Type Description
buttonProps *
Source: