ExpansionPanel
Examples#
See these.
ExpansionPanel
#
Bases: LayoutControl, AdaptiveControl
A material expansion panel. It can either be expanded or collapsed. Its body is only visible when it is expanded.
can_tap_header
#
can_tap_header: bool = False
If True, tapping on the panel's header will expand or collapse it. Defaults to
False.
content
#
content: Control | None = None
The control to be found in the body of the ExpansionPanel. It is displayed below
the header when the panel is expanded.
If this property is None, the ExpansionPanel will have a placeholder Text as
content.