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