dragDismissible property

bool dragDismissible
final

Specifies if the widget can be dismissed by sliding.

Setting to false makes the widget dismissible only by calling Slidable.dismiss().

Defaults to true.

Implementation

final bool dragDismissible;