ArrowButton#
- class ignis.widgets.Widget.ArrowButton(arrow: Arrow, **kwargs)#
Bases:
Button
A simple button with an arrow. On click, it will toggle (rotate) the arrow.
- Parameters:
arrow (
Arrow
) -- An instance of an arrow.**kwargs -- Properties to set.
Widget.ArrowButton( arrow=Widget.Arrow( ... # Arrow-specific properties go here ) )