SafaehDebugChip constructor

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

Implementation

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