menu
ngcomponents package
documentation
material_chips/material_chip.dart
MaterialChipComponent<T>
removable property
removable property
dark_mode
light_mode
removable
property
@Input()
bool
removable
getter/setter pair
Whether the chip should show remove button, default to true.
Implementation
@Input() bool removable = true;
ngcomponents package
documentation
material_chips/material_chip
MaterialChipComponent<T>
removable property
MaterialChipComponent class