dismissableDirection property

DismissableDirection? dismissableDirection
final

Defines whether the Richbar widget can be swiped horizontally or vertically

When set to DismissableDirection.horizontal the Richbar widget can be dismissed When wiped on from Left or Right, When set to DismissableDirection.vertical. The Richbar widget can be swiped on from Top to Bottom

Implementation

final DismissableDirection? dismissableDirection;