icon property

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

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

If not provided this toggle icon will not display an icon in the standard state.

Implementation

@Input()
dynamic icon;