You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
355 B

2 years ago
<MDExpansionChevronRight>:
icon: "chevron-right"
disabled: True
md_bg_color_disabled: 0, 0, 0, 0
canvas.before:
PushMatrix
Rotate:
angle: self._angle
axis: (0, 0, 1)
origin: self.center
canvas.after:
PopMatrix
<MDExpansionPanel>
size_hint_y: None
# height: dp(68)