An unordered or ordered list of the specified source iterable where each element is converted to a string representation for display.
list
The iterable to display as a list.
bool
Whether or not the list should be ordered. If False, which is the default, an unordered bulleted list is created.
False
bool
Whether or not the list should expand to fill the screen horizontally. When defaulted to False, the list is constrained to the center view area of the screen along with other text. This can be useful to keep lists aligned with the text flow.
False