ZetaChip constructor
- Key? key,
- bool? rounded,
- required String label,
- Widget? leading,
- Widget? trailing,
- bool? selected,
- VoidCallback? onTap,
- bool draggable = false,
- dynamic data,
- VoidCallback? onDragCompleted,
- ValueSetter<
bool> ? onToggle, - String? semanticLabel,
Constructs a ZetaChip.
Implementation
const ZetaChip({
super.key,
super.rounded,
required this.label,
this.leading,
this.trailing,
this.selected,
this.onTap,
this.draggable = false,
this.data,
this.onDragCompleted,
this.onToggle,
this.semanticLabel,
});