SwipeNestedAction constructor

SwipeNestedAction({
  1. Widget? icon,
  2. String? title,
  3. Widget? content,
  4. double? nestedWidth,
  5. Curve curve = Curves.easeOutQuart,
  6. bool impactWhenShowing = false,
})

Implementation

SwipeNestedAction({
  this.icon,
  this.title,
  this.content,
  this.nestedWidth,
  this.curve = Curves.easeOutQuart,
  this.impactWhenShowing = false,
});