Flutter – How to make a Chip that handle both onDeleted and tap on it to trigger extra action
How to make a Chip to support a tap to trigger an action in addition to the onDeleted? In my code, adding a gesture handler hides onDeleted tap triggering: /// A tappable chip Widget _tappableChip({ /// The chip label required…