toggledIcon property

  1. @Input.new()
dynamic toggledIcon
getter/setter pair

The Icon model (third_party.dart_src.acx.model.ui.Icon) or icon identifier (String) to display.

Defaults to a checkmark icon.

Implementation

@Input()
dynamic toggledIcon = 'check';