icon property

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

Optional material icon to show next to header

Implementation

@Input()
String? icon;