icon property

  1. @Input()
Icon? icon
getter/setter pair

Icon to be used with the button. (Optional)

Implementation

@Input()
Icon? icon;