SafaehDebugStatusChip constructor

const SafaehDebugStatusChip({
  1. Key? key,
  2. required String label,
  3. bool selected = false,
  4. VoidCallback? onTap,
  5. Color? tone,
})

Implementation

const SafaehDebugStatusChip({
  super.key,
  required this.label,
  this.selected = false,
  this.onTap,
  this.tone,
});