AppChip.destructive constructor

const AppChip.destructive({
  1. Key? key,
  2. required String label,
  3. Widget? avatar,
  4. VoidCallback? onDeleted,
})

Implementation

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