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