RCKSlidableActionConfig constructor
const
RCKSlidableActionConfig({})
Implementation
const RCKSlidableActionConfig({
required String? iconPath,
required this.backgroundColor,
this.undoIconPath,
this.label = '',
this.foregroundColor = Colors.white,
required this.actionType,
this.autoClose = true,
}) : iconPath = iconPath ?? '';