ExpansionPanel
A material expansion panel. It can either be expanded or collapsed. Its body is only visible when it is expanded.
Basic ExpansionPanel
Inherits: LayoutControl, AdaptiveControl
Properties
-
bgcolor(ColorValue | None) –The background color of the panel.
-
can_tap_header(bool) –If
True, tapping on the panel'sheaderwill expand or collapse it. Defaults to -
content(Control | None) –The control to be found in the body of the
ExpansionPanel. It is displayed below -
expanded(bool) –Whether expanded(
True) or collapsed(False). Defaults toFalse. -
header(Control | None) –The control to be found in the header of the
ExpansionPanel. Ifcan_tap_header -
highlight_color(ColorValue | None) –TBD
-
splash_color(ColorValue | None) –TBD
Properties#
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.
