hasLeftIcon property

  1. @Input()
bool hasLeftIcon
getter/setter pair

Whether the chip should show the custom icon, default to false.

Implementation

@Input()
bool hasLeftIcon = false;