RCKSlidableActionConfig.delete constructor
RCKSlidableActionConfig.delete()
Implementation
RCKSlidableActionConfig.delete()
: label = '删除',
iconPath = RCKThemeProvider().themeIcon.delete ?? '',
undoIconPath = '',
backgroundColor = RCKThemeProvider().themeColor.notice ?? Colors.red,
foregroundColor = Colors.white,
actionType = SlidableActionType.delete,
autoClose = true;