icon property

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

Button icon, don't use when the button has a label (use leading-/trailingIcon for that)

Implementation

@Input()
String? icon;