toggledIcon property
- @Input.new()
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';
The Icon
model (third_party.dart_src.acx.model.ui.Icon) or icon
identifier (String) to display.
Defaults to a checkmark icon.
@Input()
dynamic toggledIcon = 'check';