SafaehDebugChip constructor
const
SafaehDebugChip({
- required String label,
- bool selected = false,
- Color? tone,
- VoidCallback? onTap,
Implementation
const SafaehDebugChip({
required this.label,
this.selected = false,
this.tone,
this.onTap,
});