AppChip.destructive constructor
const
AppChip.destructive({
- Key? key,
- required String label,
- Widget? avatar,
- VoidCallback? onDeleted,
Implementation
const factory AppChip.destructive({
Key? key,
required String label,
Widget? avatar,
VoidCallback? onDeleted,
}) = _AppChipDestructive;