SwipeToDelete constructor
SwipeToDelete({
- bool enabled = true,
- ScanbotColor? backgroundColor,
- ScanbotColor? iconColor,
Implementation
SwipeToDelete({
this.enabled = true,
ScanbotColor? backgroundColor,
ScanbotColor? iconColor,
}) : backgroundColor = backgroundColor ?? ScanbotColor("?sbColorNegative"),
iconColor = iconColor ?? ScanbotColor("?sbColorOnPrimary");