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