ZdsSlidableButton constructor

const ZdsSlidableButton(
  1. {required Color buttonSliderColor,
  2. required String buttonText,
  3. required IconData buttonIcon,
  4. required Color buttonColor,
  5. void onTapDown(
      )?,
    1. Future<bool> onSlideComplete(
        )?,
      1. bool animate = true,
      2. Color? buttonSliderColorEnd,
      3. Color? buttonColorEnd,
      4. String? buttonTextEnd,
      5. IconData? buttonIconEnd,
      6. bool stayCompleted = false,
      7. String? disabledMessage,
      8. Duration completedDisplayDuration = const Duration(seconds: 2),
      9. double handleWidth = 160,
      10. double height = 64,
      11. Key? key}
      )

      A button slider with a ZdsSlidableWidget as a child, the ZdsSlidableWidget is the slidable element.

      Implementation

      const ZdsSlidableButton