toggle property

  1. @Input.new()
bool toggle
getter/setter pair

The toggled state of this icon.

The toggledIcon is displayed when true.

Implementation

@Input()
bool toggle = true;