NikuDismissible constructor
NikuDismissible(
- Key key, {
- Widget? child,
- Widget? background,
- Widget? secondaryBackground,
- Future<
bool?> confirmDismiss()?, - void onResize()?,
- void onUpdate()?,
- void onDismissed()?,
- DismissDirection? direction,
- Duration? resizeDuration,
- Map<
DismissDirection, double> ? dismissThresholds, - Duration? movementDuration,
- double? crossAxisEndOffset,
- DragStartBehavior? dragStartBehavior,
- HitTestBehavior? behavior,
Implementation
NikuDismissible(
this.key, {
this.child,
this.background,
this.secondaryBackground,
this.confirmDismiss,
this.onResize,
this.onUpdate,
this.onDismissed,
this.direction,
this.resizeDuration,
this.dismissThresholds,
this.movementDuration,
this.crossAxisEndOffset,
this.dragStartBehavior,
this.behavior,
}) : super(key: key);