ArrowButton#

class ignis.widgets.Widget.ArrowButton(*args: Any, **kwargs: Any)#

Bases: Button.

A simple button with an arrow. On click, it will toggle (rotate) the arrow.

Properties:
  • arrow (Arrow, required, read-only): An instance of an arrow.

Widget.ArrowButton(
    arrow=Widget.Arrow(
        ... # Arrow-specific properties go here
    )
)
toggle() None#

Same as toggle()