ChipFieldItem constructor
      const
      ChipFieldItem({ 
    
    
- bool isEnabled = true,
- VoidCallback? onTap,
- Widget? avatar,
- String? tooltip,
- required Widget label,
Implementation
const ChipFieldItem({
  this.isEnabled = true,
  this.onTap,
  this.avatar,
  this.tooltip,
  required this.label,
});