isSwipeable property

bool isSwipeable
final

Whether the snackbar can be swiped to dismiss Note: This is now controlled by the parent modal's isDismissable property. If isDismissable is false, the snackbar cannot be swiped regardless of this setting.

Implementation

final bool isSwipeable;