CustomDismissible constructor
const
CustomDismissible({
- required Widget child,
- VoidCallback? onDismissed,
- double dismissThreshold = 0.2,
- bool enabled = true,
Implementation
const CustomDismissible({
required this.child,
this.onDismissed,
this.dismissThreshold = 0.2,
this.enabled = true,
});