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.

Widget.ArrowButton(
    arrow=Widget.Arrow(
        ... # Arrow-specific properties go here
    )
)
property arrow: Arrow#
  • required, read-only

An instance of an arrow.

toggle() None#

Same as toggle()

Return type:

None