RCKSlidableActionConfig.mute constructor

RCKSlidableActionConfig.mute()

Implementation

RCKSlidableActionConfig.mute()
    : label = '免打扰',
      iconPath = RCKThemeProvider().themeIcon.doNotDisturb1 ?? '',
      undoIconPath = RCKThemeProvider().themeIcon.allowNotification ?? '',
      backgroundColor = RCKThemeProvider().themeColor.success ?? Colors.green,
      foregroundColor = Colors.white,
      actionType = SlidableActionType.mute,
      autoClose = true;