resizeDuration property

Duration? resizeDuration
final

The amount of time the widget will spend contracting before onDismissed is called.

If null, the widget will not contract and onDismissed will be called immediately after the widget is dismissed.

Implementation

final Duration? resizeDuration;