ZdsSlidableButton constructor
- {required Color buttonSliderColor,
- required String buttonText,
- required IconData buttonIcon,
- required Color buttonColor,
- void onTapDown(
- Future<
bool> onSlideComplete( - bool animate = true,
- Color? buttonSliderColorEnd,
- Color? buttonColorEnd,
- String? buttonTextEnd,
- IconData? buttonIconEnd,
- bool stayCompleted = false,
- String? disabledMessage,
- Duration completedDisplayDuration = const Duration(seconds: 2),
- double handleWidth = 160,
- double height = 64,
- Key? key}
A button slider with a ZdsSlidableWidget as a child, the ZdsSlidableWidget is the slidable element.
Implementation
const ZdsSlidableButton