ZetaSlidableAction.ptt constructor
- Key? key,
- VoidCallback? onPressed,
- String? semanticLabel = 'PTT',
- bool paleColor = false,
Constructs a PTT ZetaSlidableAction.
Implementation
const ZetaSlidableAction.ptt({
super.key,
this.onPressed,
this.semanticLabel = 'PTT',
this.paleColor = false,
}) : icon = ZetaIcons.ptt,
color = null,
customForegroundColor = null,
customBackgroundColor = null,
_type = _ZetaSlidableActionType.ptt;