FullWidth
This element is used to create a full-width container.
from uiwiz import ui with ui.full_width(): ui.text("This is a full-width container")